[Xfce4-commits] [apps/xfdashboard] 01/01: Call gdk_notify_startup_complete() after GTK+ is initialized.

noreply at xfce.org noreply at xfce.org
Sat Mar 26 07:52:25 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 59c62eefb04b371a5e92badca1b48da5644b320e
Author: Stephan Haller <nomad at froevel.de>
Date:   Sat Mar 26 07:50:36 2016 +0100

    Call gdk_notify_startup_complete() after GTK+ is initialized.
    
    I do not believe that it makes any difference but I looks like since rewriting the application object (commit 748e6d280724391e505e3b9f7295aaf1c0a79205) it doesn't work anymore.
---
 xfdashboard/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfdashboard/main.c b/xfdashboard/main.c
index 5565ceb..bee988e 100644
--- a/xfdashboard/main.c
+++ b/xfdashboard/main.c
@@ -204,9 +204,6 @@ int main(int argc, char **argv)
 	clutter_set_windowing_backend("x11");
 #endif
 
-	/* Notify that application has started and main loop will be entered */
-	gdk_notify_startup_complete();
-
 	/* Tell clutter to try to initialize an RGBA visual */
 	clutter_x11_set_use_argb_visual(TRUE);
 
@@ -218,6 +215,9 @@ int main(int argc, char **argv)
 		return(1);
 	}
 
+	/* Notify that application has started and main loop will be entered */
+	gdk_notify_startup_complete();
+
 	/* Start application as primary or remote instace */
 	app=xfdashboard_application_get_default();
 	if(!app)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list