[maemo-commits] [maemo-commits] r12981 - in projects/haf/trunk/hildon-desktop: . background-manager
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 1 16:08:12 EEST 2007
- Previous message: [maemo-commits] r12980 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r12982 - in projects/haf/trunk/hildon-1: . examples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-08-01 16:08:10 +0300 (Wed, 01 Aug 2007) New Revision: 12981 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/background-manager/hbm-background.c Log: 2007-08-01 Johan Bilien <johan.bilien at nokia.com> * background-manager/hbm-background.c: - report error in opening the cache for writing as device full Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-01 11:40:55 UTC (rev 12980) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-01 13:08:10 UTC (rev 12981) @@ -1,5 +1,11 @@ 2007-08-01 Johan Bilien <johan.bilien at nokia.com> + * background-manager/hbm-background.c: + - report error in opening the cache for writing as + device full + +2007-08-01 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-desktop-panel-expandable.c: - do not free the keys used in the hash table as they are owned by the desktop item Modified: projects/haf/trunk/hildon-desktop/background-manager/hbm-background.c =================================================================== --- projects/haf/trunk/hildon-desktop/background-manager/hbm-background.c 2007-08-01 11:40:55 UTC (rev 12980) +++ projects/haf/trunk/hildon-desktop/background-manager/hbm-background.c 2007-08-01 13:08:10 UTC (rev 12981) @@ -396,7 +396,7 @@ { g_set_error (error, BACKGROUND_MANAGER_ERROR, - BACKGROUND_MANAGER_ERROR_UNREADABLE, + BACKGROUND_MANAGER_ERROR_FLASH_FULL, "Unable to open `%s': %s", cache, gnome_vfs_result_to_string (result));
- Previous message: [maemo-commits] r12980 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r12982 - in projects/haf/trunk/hildon-1: . examples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]