Skip to content
Snippets Groups Projects
Commit 21ebbe47 authored by Nick Schermer's avatar Nick Schermer
Browse files

Fix break with latest API changes in libxfce4ui.

parent 7cc403b9
No related branches found
No related tags found
No related merge requests found
......@@ -2022,7 +2022,7 @@ xfwm_settings_shortcut_row_activated (GtkTreeView *tree_view,
new_shortcut = xfce_shortcut_dialog_get_shortcut (XFCE_SHORTCUT_DIALOG (dialog));
/* Save new shortcut */
xfce_shortcuts_provider_set_shortcut (settings->priv->provider, new_shortcut, feature);
xfce_shortcuts_provider_set_shortcut (settings->priv->provider, new_shortcut, feature, FALSE);
}
else if (G_UNLIKELY (response == GTK_RESPONSE_REJECT))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment