Skip to content
Permalink
Browse files
fixes #4892 Clear journal search with escape key
Signed-off-by: Julio Reyes <nemesiscodex@gmail.com>
  • Loading branch information
nemesiscodex committed Oct 9, 2015
1 parent 71a0767 commit 0c345fb
Showing 1 changed file with 1 addition and 0 deletions.
@@ -287,6 +287,7 @@ def _key_press_event_cb(self, widget, event):

keyname = Gdk.keyval_name(event.keyval)
if keyname == 'Escape':
self._main_toolbox.clear_query()
self.show_main_view()

def __detail_clicked_cb(self, list_view, object_id):

0 comments on commit 0c345fb

Please sign in to comment.