[Xfce4-commits] <xfwm4:master> Fix break with latest API changes in libxfce4ui.

Nick Schermer noreply at xfce.org
Wed Nov 3 17:28:01 CET 2010


Updating branch refs/heads/master
         to 21ebbe4722b01763822157f9242fc865a9687c68 (commit)
       from 7cc403b9910247f47f72c8d0ae9899871ce79608 (commit)

commit 21ebbe4722b01763822157f9242fc865a9687c68
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Nov 3 17:26:01 2010 +0100

    Fix break with latest API changes in libxfce4ui.

 settings-dialogs/xfwm4-settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/settings-dialogs/xfwm4-settings.c b/settings-dialogs/xfwm4-settings.c
index 120a226..550ce00 100644
--- a/settings-dialogs/xfwm4-settings.c
+++ b/settings-dialogs/xfwm4-settings.c
@@ -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))
         {



More information about the Xfce4-commits mailing list