diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-03-19 22:23:18 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-03-19 22:23:18 +0100 |
commit | a723a88e649bba5b8187bee0a7156beca31a1c8c (patch) | |
tree | c4615ee8090551b1e6b0c28f9086ab49e8e7f3e4 /plugins/gtkui/callbacks.h | |
parent | 2c6f50695af8b9dba7022cae891610e7285b5749 (diff) |
finished initial implementation of global hotkeys gui configuration
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r-- | plugins/gtkui/callbacks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h index 83139073..9abca77b 100644 --- a/plugins/gtkui/callbacks.h +++ b/plugins/gtkui/callbacks.h @@ -765,3 +765,7 @@ on_color_selected_text_color_set (GtkColorButton *colorbutton, void on_disable_playlist_theming_toggled (GtkToggleButton *togglebutton, gpointer user_data); + +void +on_addhotkey_activate (GtkButton *button, + gpointer user_data); |