[maemo-commits] [maemo-commits] r10984 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 10 09:47:26 EEST 2007
- Previous message: [maemo-commits] r10983 - projects/haf/tags/hildon-1/1.0.0-1
- Next message: [maemo-commits] r10985 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-04-10 09:47:25 +0300 (Tue, 10 Apr 2007) New Revision: 10984 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-home-background-dialog.c Log: 2007-04-05 Johan Bilien <johan.bilien at nokia.com> * src/hd-home-background-dialog.c: - make the dialog modal. Fixes: NB#53971 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-05 14:11:47 UTC (rev 10983) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-10 06:47:25 UTC (rev 10984) @@ -1,5 +1,10 @@ 2007-04-05 Johan Bilien <johan.bilien at nokia.com> + * src/hd-home-background-dialog.c: + - make the dialog modal. Fixes: NB#53971 + +2007-04-05 Johan Bilien <johan.bilien at nokia.com> + * configure.ac: 0.0.5 2007-04-04 Johan Bilien <johan.bilien at nokia.com> Modified: projects/haf/trunk/hildon-desktop/src/hd-home-background-dialog.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-home-background-dialog.c 2007-04-05 14:11:47 UTC (rev 10983) +++ projects/haf/trunk/hildon-desktop/src/hd-home-background-dialog.c 2007-04-10 06:47:25 UTC (rev 10984) @@ -356,6 +356,8 @@ /* Let the WM take care of the positioning */ gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_NONE); + + gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); } static void
- Previous message: [maemo-commits] r10983 - projects/haf/tags/hildon-1/1.0.0-1
- Next message: [maemo-commits] r10985 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]