summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index b43ff9d96c..24cf24dbe0 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -639,7 +639,8 @@ long gui_wps_show(void)
639#ifdef AB_REPEAT_ENABLE 639#ifdef AB_REPEAT_ENABLE
640 ab_reset_markers(); 640 ab_reset_markers();
641#endif 641#endif
642 642 if (global_settings.browse_current)
643 return GO_TO_PREVIOUS_BROWSER;
643 return GO_TO_PREVIOUS; 644 return GO_TO_PREVIOUS;
644 } 645 }
645 646