[devhelp] app: minor cleanup



commit e5313a679ed81bf6bc4845b81384d63898440e2e
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Tue Aug 13 08:36:29 2013 +0200

    app: minor cleanup

 src/dh-app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dh-app.c b/src/dh-app.c
index c590f00..5af1056 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -317,7 +317,7 @@ setup_accelerators (DhApp *self)
 /******************************************************************************/
 
 static void
-startup (GApplication *application)
+dh_app_startup (GApplication *application)
 {
         DhApp *app = DH_APP (application);
         DhAppPrivate *priv = dh_app_get_instance_private (app);
@@ -399,7 +399,7 @@ dh_app_class_init (DhAppClass *klass)
         GObjectClass *object_class = G_OBJECT_CLASS (klass);
         GApplicationClass *application_class = G_APPLICATION_CLASS (klass);
 
-        application_class->startup = startup;
+        application_class->startup = dh_app_startup;
 
         object_class->dispose = dh_app_dispose;
 }


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