[epiphany] ephy-shell: chain to parent ::startup method



commit 4fa7b24490aee6ce0233d0825c2cf47d667b199c
Author: Xan Lopez <xlopez igalia com>
Date:   Sat Sep 17 15:27:38 2011 +0200

    ephy-shell: chain to parent ::startup method

 src/ephy-shell.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 1a1553e..bf8eb18 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -170,6 +170,8 @@ queue_commands (EphyShell *shell)
 static void
 ephy_shell_startup (GApplication* application)
 {
+  G_APPLICATION_CLASS (ephy_shell_parent_class)->startup (application);
+
   /* We're not remoting; start our services */
   /* Migrate profile if we are not running a private instance */
   /* TODO: we want to migrate each WebApp profile too */



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