[gnome-bluetooth] Fix missing variable declaration



commit 1cff1031cac20de7496e0cafdf8ab1a2a09098be
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 15 11:02:39 2009 +0100

    Fix missing variable declaration

 applet/agent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/agent.c b/applet/agent.c
index 585bedd..40ab534 100644
--- a/applet/agent.c
+++ b/applet/agent.c
@@ -622,7 +622,7 @@ authorize_request (DBusGMethodInvocation *context,
 		   gpointer user_data)
 {
 	DBusGProxy *adapter = user_data;
-	char *name, *line;
+	char *name, *long_name, *line;
 
 	name = device_get_name (device, &long_name);
 	if (name == NULL)



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