[almanah] core: Fix chaining up of GApplication::startup signal
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] core: Fix chaining up of GApplication::startup signal
- Date: Sun, 8 Jan 2012 21:40:19 +0000 (UTC)
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]