[maemo-commits] [maemo-commits] r16764 - projects/haf/branches/hildon-fm/fremantle/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Nov 25 11:43:59 EET 2008
Author: yangli
Date: 2008-11-25 11:43:54 +0200 (Tue, 25 Nov 2008)
New Revision: 16764

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c
Log:
set the default value for show-upnp property

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c	2008-11-25 08:10:49 UTC (rev 16763)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c	2008-11-25 09:43:54 UTC (rev 16764)
@@ -1253,7 +1253,7 @@
     g_object_class_install_property(object, PROP_SHOW_UPNP,
       g_param_spec_boolean("show-upnp", "Show UPNP",
                            "Whether or not to show UPNP devices",
-                           TRUE, G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
+                           FALSE, G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
 
     g_object_class_install_property(object, PROP_PANE_POSITION,
       g_param_spec_int ("pane-position", "Pane position",


More information about the maemo-commits mailing list