[Xfce4-commits] <xfce4-settings:master> Fix pluggable dialogs (bug #6138).

Nick Schermer noreply at xfce.org
Thu Apr 29 21:50:02 CEST 2010


Updating branch refs/heads/master
         to 9f638c08207ace0ebc224b0d2d313748bf6c416d (commit)
       from adb829faf352bc77be6a1b17f15f0bdb69ecddba (commit)

commit 9f638c08207ace0ebc224b0d2d313748bf6c416d
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Apr 29 21:48:03 2010 +0200

    Fix pluggable dialogs (bug #6138).

 .../xfce-settings-manager-dialog.c                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-settings-manager/xfce-settings-manager-dialog.c b/xfce4-settings-manager/xfce-settings-manager-dialog.c
index 43d06c4..62920d8 100644
--- a/xfce4-settings-manager/xfce-settings-manager-dialog.c
+++ b/xfce4-settings-manager/xfce-settings-manager-dialog.c
@@ -587,7 +587,7 @@ xfce_settings_manager_dialog_item_activated(ExoIconView *iconview,
 
         /* Try to spawn the dialog */
         if(!xfce_spawn_command_line_on_screen(gtk_widget_get_screen(GTK_WIDGET(iconview)),
-                                              exec, FALSE, snotify, &error))
+                                              command, FALSE, snotify, &error))
         {
             /* Spawning failed, go back to the overview */
             xfce_settings_manager_dialog_recreate_socket(dialog);



More information about the Xfce4-commits mailing list