network-manager-applet r859 - branches/mbca/src/connection-editor



Author: kaijanma
Date: Tue Aug 19 06:31:38 2008
New Revision: 859
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=859&view=rev

Log:
fix build if --with-mbca is not set

Modified:
   branches/mbca/src/connection-editor/nm-connection-list.c

Modified: branches/mbca/src/connection-editor/nm-connection-list.c
==============================================================================
--- branches/mbca/src/connection-editor/nm-connection-list.c	(original)
+++ branches/mbca/src/connection-editor/nm-connection-list.c	Tue Aug 19 06:31:38 2008
@@ -885,8 +885,8 @@
 	GType mb_type;
 #ifdef WITH_MBCA
 	MBCAAssistant *assistant = NULL;
-	GModule *mbca_module = NULL;
 #endif
+	GModule *mbca_module = NULL;
 	
 	ctype = nm_connection_lookup_setting_type (connection_type);
 



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