[maemo-commits] [maemo-commits] r8274 - 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 12:15:39 EET 2006
- Previous message: [maemo-commits] r8273 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r8275 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2006-11-23 12:15:38 +0200 (Thu, 23 Nov 2006) New Revision: 8274 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 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.h Log: 2006-11-21 Johan Bilien <johan.bilien at nokia.com> * src/hd-plugin-loader-legacy.[ch]: made _set_key_type public Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-11-23 09:59:03 UTC (rev 8273) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-11-23 10:15:38 UTC (rev 8274) @@ -1,3 +1,7 @@ +2006-11-21 Johan Bilien <johan.bilien at nokia.com> + + * src/hd-plugin-loader-legacy.[ch]: made _set_key_type public + 2006-11-22 Moises Martinez <moises.martinzes at nokia.com> * libhildonwm/*: Added libhildonwm to building system. Now it builds 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-23 09:59:03 UTC (rev 8273) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.c 2006-11-23 10:15:38 UTC (rev 8274) @@ -125,10 +125,6 @@ static void hd_plugin_loader_legacy_guess_type (HDPluginLoaderLegacy *loader); -static void -hd_plugin_loader_legacy_set_key_file (HDPluginLoaderLegacy *loader, - GKeyFile *keyfile); - static GtkWidget * hd_plugin_loader_legacy_home_init (HDPluginLoaderLegacy *loader, GError **error); @@ -430,7 +426,7 @@ } -static void +void hd_plugin_loader_legacy_set_key_file (HDPluginLoaderLegacy *loader, GKeyFile *keyfile) { Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.h 2006-11-23 09:59:03 UTC (rev 8273) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-plugin-loader-legacy.h 2006-11-23 10:15:38 UTC (rev 8274) @@ -50,8 +50,11 @@ GType hd_plugin_loader_legacy_get_type (void); +void hd_plugin_loader_legacy_set_key_file (HDPluginLoaderLegacy *l, + GKeyFile *kf); + G_END_DECLS #endif
- Previous message: [maemo-commits] r8273 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r8275 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]