[maemo-commits] [maemo-commits] r9280 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 24 10:58:16 EET 2007
- Previous message: [maemo-commits] r9279 - projects/haf/tags/libsdl1.2/1.2.8-17
- Next message: [maemo-commits] r9281 - projects/haf/trunk/libsdl1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-01-24 10:58:14 +0200 (Wed, 24 Jan 2007) New Revision: 9280 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c Log: 2007-01-24 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-window.c: added saving of the home container which had disappeared. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-24 08:42:05 UTC (rev 9279) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-24 08:58:14 UTC (rev 9280) @@ -1,3 +1,8 @@ +2007-01-24 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-window.c: added saving of the home + container which had disappeared. + 2007-01-23 Johan Bilien <johan.bilien at nokia.com> * background-manager/background-manager.{c,h,xml.in}: Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c 2007-01-24 08:42:05 UTC (rev 9279) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-window.c 2007-01-24 08:58:14 UTC (rev 9280) @@ -284,6 +284,8 @@ } g_free (filename); + + g_signal_emit_by_name (window, "save", NULL); } static void
- Previous message: [maemo-commits] r9279 - projects/haf/tags/libsdl1.2/1.2.8-17
- Next message: [maemo-commits] r9281 - projects/haf/trunk/libsdl1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]