[maemo-commits] [maemo-commits] r10479 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Mar 9 11:03:51 EET 2007
- Previous message: [maemo-commits] r10478 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10480 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-03-09 11:03:49 +0200 (Fri, 09 Mar 2007) New Revision: 10479 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-desktop.c Log: 2007-03-09 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-desktop.c: fix small bug when saving the container configuration file. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-03-09 08:59:07 UTC (rev 10478) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-03-09 09:03:49 UTC (rev 10479) @@ -1,3 +1,8 @@ +2007-03-09 Lucas Rocha <lucas.rocha at nokia.com> + + * src/hd-desktop.c: fix small bug when saving the container configuration + file. + 2007-03-08 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/libhildonmenu.[ch]: Modified: projects/haf/trunk/hildon-desktop/src/hd-desktop.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-desktop.c 2007-03-09 08:59:07 UTC (rev 10478) +++ projects/haf/trunk/hildon-desktop/src/hd-desktop.c 2007-03-09 09:03:49 UTC (rev 10479) @@ -163,7 +163,7 @@ config_file_path = g_build_filename (g_get_home_dir (), HD_DESKTOP_CONFIG_USER_PATH, - HD_DESKTOP_CONFIG_FILE, + config_file, NULL); keyfile = g_key_file_new ();
- Previous message: [maemo-commits] r10478 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10480 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]