gnome-bluetooth r577 - trunk/wizard



Author: hadess
Date: Wed Apr  8 13:49:12 2009
New Revision: 577
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=577&view=rev

Log:
Fix build for the recent Connect function callback


Modified:
   trunk/wizard/main.c

Modified: trunk/wizard/main.c
==============================================================================
--- trunk/wizard/main.c	(original)
+++ trunk/wizard/main.c	Wed Apr  8 13:49:12 2009
@@ -198,7 +198,7 @@
 	return TRUE;
 }
 
-static void connect_callback(gpointer user_data)
+static void connect_callback(gboolean connected, gpointer user_data)
 {
 	GtkAssistant *assistant = user_data;
 



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