[maemo-commits] [maemo-commits] r9424 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 29 16:23:26 EET 2007
- Previous message: [maemo-commits] r9423 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r9425 - in projects/haf/trunk/sapwood: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-01-29 16:23:24 +0200 (Mon, 29 Jan 2007) New Revision: 9424 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: * src/hd-plugin-loader-legacy.c: Before setting the conditional callback set it to NULL. * ChangeLog updated. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-29 14:14:40 UTC (rev 9423) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-29 14:23:24 UTC (rev 9424) @@ -1,3 +1,8 @@ +2007-01-29 Moises Martinez <moises.martinez at nokia.com> + + * src/hd-plugin-loader-legacy.c: Before setting the conditional + callback set it to NULL. + 2007-01-29 Johan Bilien <johan.bilien at nokia.com> * src/hd-plugin-loader-legacy.c: If set_conditional callback, 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 2007-01-29 14:14:40 UTC (rev 9423) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c 2007-01-29 14:23:24 UTC (rev 9424) @@ -673,6 +673,8 @@ return NULL; } + symbols.set_conditional = NULL; + ((SBEntry)symbol) (&symbols); if (!symbols.initialize || !symbols.destroy)
- Previous message: [maemo-commits] r9423 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r9425 - in projects/haf/trunk/sapwood: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]