summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-21 23:59:24 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-21 23:59:24 +0200
commitd0bea217ae5f6da2a561b581b1d256f484563ce0 (patch)
tree5e5bacd6afd98c9f2ccfb3cad52503044664cbaa /plugins/gtkui/callbacks.h
parenta4d247b163c4ac22807b4fd3ea0f03987cf4246f (diff)
gtkui: fixed search window hotkey handler
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index 5b8f6b26..8cef5d47 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -1295,3 +1295,8 @@ on_hotkeys_actions_clicked (GtkButton *button,
void
on_hotkeys_defaults_clicked (GtkButton *button,
gpointer user_data);
+
+gboolean
+on_searchwin_key_press_event (GtkWidget *widget,
+ GdkEventKey *event,
+ gpointer user_data);