[gnome-bluetooth] Fix run-time warning in the properties



commit 1bae0e8d14e3990fb456949ebc418807a3f169bb
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 18 17:58:24 2009 +0100

    Fix run-time warning in the properties

 properties/adapter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index 6f0a4ce..738f791 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -409,7 +409,7 @@ static void create_adapter(adapter_data *adapter)
 	 * adapter, this is on purpose */
 	adapter->chooser = bluetooth_chooser_new (NULL);
 	g_object_set (adapter->chooser,
-		      "show-search", FALSE,
+		      "show-searching", FALSE,
 		      "show-device-type", FALSE,
 		      "show-device-category", FALSE,
 		      "show-pairing", TRUE,



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