[Xfce4-commits] <xfce4-settings:master> No startup notification for embedded dialogs (Bug #4990).

Jérôme Guelfucci noreply at xfce.org
Sun Aug 29 02:08:01 CEST 2010


Updating branch refs/heads/master
         to 4065258afef8a6b536ca3304bb5da4d153673145 (commit)
       from bd8c7b6bc8fb1479d2f0bc29033da71c2d5fe47c (commit)

commit 4065258afef8a6b536ca3304bb5da4d153673145
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Aug 29 02:06:39 2010 +0200

    No startup notification for embedded dialogs (Bug #4990).

 .../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 62920d8..90d34c8 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)),
-                                              command, FALSE, snotify, &error))
+                                              command, FALSE, FALSE, &error))
         {
             /* Spawning failed, go back to the overview */
             xfce_settings_manager_dialog_recreate_socket(dialog);



More information about the Xfce4-commits mailing list