[almanah] core: Fix chaining up of GApplication::startup signal



commit 4801c389a96324e477a96624514cbd0bcc92d883
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Jan 6 11:21:34 2012 +0000

    core: Fix chaining up of GApplication::startup signal

 src/application.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/application.c b/src/application.c
index 3220bda..10c770d 100644
--- a/src/application.c
+++ b/src/application.c
@@ -180,6 +180,9 @@ startup (GApplication *application)
 	gchar *db_filename;
 	GError *error = NULL;
 
+	/* Chain up. */
+	G_APPLICATION_CLASS (almanah_application_parent_class)->startup (application);
+
 	/* Debug log handling */
 	g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, (GLogFunc) debug_handler, application);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]