[maemo-commits] [maemo-commits] r8476 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Wed Nov 29 17:46:42 EET 2006
Author: jobi
Date: 2006-11-29 17:46:41 +0200 (Wed, 29 Nov 2006)
New Revision: 8476

Modified:
   projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c
Log:

2006-11-29  Johan Bilien  <johan.bilien at nokia.com>

	* src/hd-plugin-loader-legacy.c: do not unref GModule



Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2006-11-29 15:32:09 UTC (rev 8475)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2006-11-29 15:46:41 UTC (rev 8476)
@@ -1,3 +1,7 @@
+2006-11-29  Johan Bilien  <johan.bilien at nokia.com>
+
+	* src/hd-plugin-loader-legacy.c: do not unref GModule
+
 2006-11-29  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hd-desktop.c: container configuration saving support after

Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c	2006-11-29 15:32:09 UTC (rev 8475)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c	2006-11-29 15:46:41 UTC (rev 8476)
@@ -222,7 +222,6 @@
   if (priv->module)
     {
       g_module_close (priv->module);
-      g_object_unref (priv->module);
       priv->module = NULL;
     }
   return NULL;


More information about the maemo-commits mailing list