[maemo-commits] [maemo-commits] r8285 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
From: www-data at stage.maemo.org www-data at stage.maemo.orgDate: Thu Nov 23 16:59:13 EET 2006
- Previous message: [maemo-commits] r8284 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r8286 - projects/haf/tags/dbus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2006-11-23 16:59:12 +0200 (Thu, 23 Nov 2006) New Revision: 8285 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader.c Log: 2006-11-23 Johan Bilien <johan.bilien at nokia.com> * src/hd-plugin-loader.c: (hd_plugin_loader_load()) use _GET_CLASS instead of _CLASS Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-11-23 14:49:01 UTC (rev 8284) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-11-23 14:59:12 UTC (rev 8285) @@ -1,3 +1,8 @@ +2006-11-23 Johan Bilien <johan.bilien at nokia.com> + + * src/hd-plugin-loader.c: + (hd_plugin_loader_load()) use _GET_CLASS instead of _CLASS + 2006-11-23 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-plugin-loader-factory.c, src/hd-plugin-loader.[ch], Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader.c 2006-11-23 14:49:01 UTC (rev 8284) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader.c 2006-11-23 14:59:12 UTC (rev 8285) @@ -172,6 +172,6 @@ GtkWidget * hd_plugin_loader_load (HDPluginLoader *loader, GError **error) { - return HD_PLUGIN_LOADER_CLASS (loader)->load (loader, error); + return HD_PLUGIN_LOADER_GET_CLASS (loader)->load (loader, error); }
- Previous message: [maemo-commits] r8284 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Next message: [maemo-commits] r8286 - projects/haf/tags/dbus
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]