[phonemgr] Fix BluetoothChooser property 'show-search'



commit 083db7a7935e436a97722962780fe602ae374374
Author: Francesco Marella <francesco marella gmail com>
Date:   Mon Feb 1 14:15:36 2010 +0100

    Fix BluetoothChooser property 'show-search'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609108

 src/ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui.c b/src/ui.c
index a618522..b270d2d 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -113,7 +113,7 @@ static void
 chooser_created (BluetoothChooserButton *button, BluetoothChooser *chooser, gpointer data)
 {
 	g_object_set(chooser,
-		     "show-search", FALSE,
+		     "show-searching", FALSE,
 		     "show-pairing", FALSE,
 		     "show-device-type", FALSE,
 		     "device-type-filter", BLUETOOTH_TYPE_PHONE,



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