From 8d428e3cc43e4732feba2c47237b0a50c08cab92 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Dec 2011 23:44:30 -0500 Subject: [PATCH] GApplication: Make ::startup run-first https://bugzilla.gnome.org/show_bug.cgi?id=665817 --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 01636a9..a562351 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -749,7 +749,7 @@ g_application_class_init (GApplicationClass *class) * after registration. See g_application_register(). */ g_application_signals[SIGNAL_STARTUP] = - g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_LAST, + g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (GApplicationClass, startup), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); -- 2.7.4