Updating branch refs/heads/master
         to 5c6168bf7ccd8324a387d9aa47eb71337d54f5e0 (commit)
       from d8cbfb05e2b800fa5f85d2d2f50903da332a0551 (commit)

commit 5c6168bf7ccd8324a387d9aa47eb71337d54f5e0
Author: Nick Schermer <n...@xfce.org>
Date:   Thu Apr 12 22:43:32 2012 +0200

    Don't set invalid startup id.

 exo-helper/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo-helper/main.c b/exo-helper/main.c
index 4f8fa7e..90ddef4 100644
--- a/exo-helper/main.c
+++ b/exo-helper/main.c
@@ -144,7 +144,7 @@ main (int argc, char **argv)
           gtk_widget_show (plug_child);
 
           /* End startup notification */
-          gdk_notify_startup_complete_with_id (startup_id);
+          gdk_notify_startup_complete ();
 
           gtk_main ();
         }
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to