[gnome-bluetooth] applet: Fix g-i warning



commit 3f093aef0f8c8ae78d7a2e554a375320238a71a9
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 23 17:41:09 2012 +0100

    applet: Fix g-i warning

 applet/bluetooth-applet.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index a840e10..94d0255 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -742,14 +742,14 @@ bluetooth_applet_get_discoverable (BluetoothApplet* self)
  * bluetooth_applet_set_discoverable:
  *
  * @self: a #BluetoothApplet
- * @disc:
+ * @visible:
  */
 void
-bluetooth_applet_set_discoverable (BluetoothApplet* self, gboolean disc)
+bluetooth_applet_set_discoverable (BluetoothApplet* self, gboolean visible)
 {
 	g_return_if_fail (BLUETOOTH_IS_APPLET (self));
 
-	g_object_set (G_OBJECT (self->client), "default-adapter-discoverable", disc, NULL);
+	g_object_set (G_OBJECT (self->client), "default-adapter-discoverable", visible, NULL);
 }
 
 /**



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