[gnome-bluetooth] applet: Fix compile-time warning



commit 0fa0ca327c3918e28c26399383dd5644499262fd
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 22 18:15:47 2011 +0100

    applet: Fix compile-time warning

 applet/bluetooth-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index a05746e..22b2b17 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -147,7 +147,7 @@ void bluetooth_applet_browse_address (BluetoothApplet *applet,
 {
 	g_return_if_fail (BLUETOOTH_IS_APPLET (applet));
 
-	bluetooth_browse_address (applet,
+	bluetooth_browse_address (G_OBJECT (applet),
 				  address,
 				  timestamp,
 				  callback,



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