[maemo-commits] [maemo-commits] r9761 - in projects/haf/trunk/maemo-af-desktop: . hildon-home

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 8 18:39:04 EET 2007
Author: jobi
Date: 2007-02-08 18:39:03 +0200 (Thu, 08 Feb 2007)
New Revision: 9761

Modified:
   projects/haf/trunk/maemo-af-desktop/ChangeLog
   projects/haf/trunk/maemo-af-desktop/hildon-home/home-applet-handler.c
Log:

2007-02-08  Johan Bilien <johan.bilien at nokia.com>

	* hildon-home/home-applet-handler.c: Do not log the deinit
	after all



Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-af-desktop/ChangeLog	2007-02-08 16:19:54 UTC (rev 9760)
+++ projects/haf/trunk/maemo-af-desktop/ChangeLog	2007-02-08 16:39:03 UTC (rev 9761)
@@ -1,5 +1,10 @@
 2007-02-08  Johan Bilien <johan.bilien at nokia.com>
 
+	* hildon-home/home-applet-handler.c: Do not log the deinit
+	after all
+
+2007-02-08  Johan Bilien <johan.bilien at nokia.com>
+
 	* configure.ac: 2.9.99.20
 
 2007-02-08  Johan Bilien <johan.bilien at nokia.com>

Modified: projects/haf/trunk/maemo-af-desktop/hildon-home/home-applet-handler.c
===================================================================
--- projects/haf/trunk/maemo-af-desktop/hildon-home/home-applet-handler.c	2007-02-08 16:19:54 UTC (rev 9760)
+++ projects/haf/trunk/maemo-af-desktop/hildon-home/home-applet-handler.c	2007-02-08 16:39:03 UTC (rev 9761)
@@ -155,8 +155,6 @@
         hildon_log_get_incomplete_groups (applet_class->log,
                                           "init_start",
                                           "init_end",
-                                          "deinit_start",
-                                          "deinit_end",
                                           NULL);
     
 }
@@ -578,18 +576,14 @@
 void home_applet_handler_deinitialize(HomeAppletHandler *handler)
 {
     HomeAppletHandlerPrivate *priv;
-    HildonLog *log;
 
     g_return_if_fail (handler);
 
     priv = HOME_APPLET_HANDLER_GET_PRIVATE(handler);
-    log = HOME_APPLET_HANDLER_GET_CLASS(handler)->log;
     
     if (priv->applet_data)
     {
-        hildon_log_add_message(log, "deinit_start", "1");
         priv->deinitialize(priv->applet_data);
-        hildon_log_add_message(log, "deinit_end", "1");
         /* The applet should have freed the data so we just clear the pointer */
         priv->applet_data = NULL;
     }


More information about the maemo-commits mailing list