summaryrefslogtreecommitdiff
path: root/frontends/gtk/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/hotlist.c')
-rw-r--r--frontends/gtk/hotlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/hotlist.c b/frontends/gtk/hotlist.c
index 843e47736..b047dc65f 100644
--- a/frontends/gtk/hotlist.c
+++ b/frontends/gtk/hotlist.c
@@ -170,6 +170,8 @@ MENUHANDLER(delete_selected)
MENUHANDLER(select_all)
{
+ hotlist_keypress(NS_KEY_ESCAPE);
+ hotlist_keypress(NS_KEY_ESCAPE);
hotlist_keypress(NS_KEY_SELECT_ALL);
return TRUE;
}