diff options
Diffstat (limited to 'src/shortcuts.c')
| -rw-r--r-- | src/shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcuts.c b/src/shortcuts.c index 958af22..d946d30 100644 --- a/src/shortcuts.c +++ b/src/shortcuts.c @@ -43,7 +43,7 @@ shortcuts_install(GtkWidget *p_widget) { SHORTCUTS[u_i].u_keyval, SHORTCUTS[u_i].e_mods)), gtk_named_action_new(SHORTCUTS[u_i].c_action)); gtk_shortcut_controller_add_shortcut(GTK_SHORTCUT_CONTROLLER(p_ctrl), - p_s); + p_s); } gtk_widget_add_controller(p_widget, GTK_EVENT_CONTROLLER(p_ctrl)); }
\ No newline at end of file |
