summaryrefslogtreecommitdiff
path: root/gtk/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/history.c')
-rw-r--r--gtk/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/history.c b/gtk/history.c
index b5c019f76..34c76cd7d 100644
--- a/gtk/history.c
+++ b/gtk/history.c
@@ -258,6 +258,6 @@ MENUHANDLER(collapse_addresses)
MENUHANDLER(launch)
{
- history_global_launch_selected();
+ history_global_launch_selected(true);
return TRUE;
}