[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.orgDate: Wed Nov 29 17:46:42 EET 2006
- Previous message: [maemo-commits] r8475 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r8477 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message: [maemo-commits] r8475 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r8477 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge/debian: . patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]