[glib] GApplication: Make ::startup run-first
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GApplication: Make ::startup run-first
- Date: Fri, 9 Dec 2011 04:46:49 +0000 (UTC)
commit 8d428e3cc43e4732feba2c47237b0a50c08cab92
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Dec 8 23:44:30 2011 -0500
GApplication: Make ::startup run-first
https://bugzilla.gnome.org/show_bug.cgi?id=665817
gio/gapplication.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]