[phonemgr] Revert "Make the Bluetooth chooser button always show a label"



commit 805c22ede88251bd865e5b0b40dafbd4480f1910
Author: Daniele Forsi <dforsi src gnome org>
Date:   Fri Mar 18 14:55:26 2011 +0100

    Revert "Make the Bluetooth chooser button always show a label"
    
    Now gnome-bluetooth always initializes the label.
    This reverts commit c11427a8220448be3df3b8d7fbe32fa6a57f2f06.

 src/ui.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ui.c b/src/ui.c
index 7daf22d..56a70ad 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -451,12 +451,6 @@ ui_init (MyApp *app)
 				    "active");
 
 	/* And the address chooser */
-	/* XXX Force a value to the device property else if there is no valid value in gconf
-	   and the Bluetooth chooser button won't show any label
-	 */
-	g_object_set (G_OBJECT (gtk_builder_get_object (app->ui, "btchooser")),
-		      "device", NULL,
-		      NULL);
 	gconf_bridge_bind_property (bridge,
 				    CONFBASE"/bluetooth_addr",
 				    G_OBJECT (gtk_builder_get_object (app->ui, "btchooser")),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]