[maemo-commits] [maemo-commits] r12239 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 11 20:12:54 EEST 2007
Author: jobi
Date: 2007-06-11 20:12:49 +0300 (Mon, 11 Jun 2007)
New Revision: 12239

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-home-background.c
Log:

2007-06-11  Johan Bilien  <johan.bilien at nokia.com>

	* src/hd-home-background.c:
	- default value for background modes is Centered.
	Fixes: NB#57648


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-11 17:09:55 UTC (rev 12238)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-11 17:12:49 UTC (rev 12239)
@@ -1,5 +1,11 @@
 2007-06-11  Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hd-home-background.c:
+	- default value for background modes is Centered.
+	Fixes: NB#57648
+
+2007-06-11  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/hd-home-background-dialog.c:
 	- remove extension and .sketch from image name
 	Fixes: NB#56712

Modified: projects/haf/trunk/hildon-desktop/src/hd-home-background.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-home-background.c	2007-06-11 17:09:55 UTC (rev 12238)
+++ projects/haf/trunk/hildon-desktop/src/hd-home-background.c	2007-06-11 17:12:49 UTC (rev 12239)
@@ -168,7 +168,7 @@
                             "Background stretching mode",
                             BACKGROUND_CENTERED,
                             BACKGROUND_TILED,
-                            BACKGROUND_TILED,
+                            BACKGROUND_CENTERED,
                             G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
   g_object_class_install_property (object_class,
                                    PROP_MODE,


More information about the maemo-commits mailing list