network-manager-applet r793 - trunk/src



Author: dcbw
Date: Mon Jul 21 04:07:07 2008
New Revision: 793
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=793&view=rev

Log:
Remove trailing space

Modified:
   trunk/src/applet-device-wifi.c

Modified: trunk/src/applet-device-wifi.c
==============================================================================
--- trunk/src/applet-device-wifi.c	(original)
+++ trunk/src/applet-device-wifi.c	Mon Jul 21 04:07:07 2008
@@ -1051,7 +1051,7 @@
 	 */
 	data = g_new0 (struct ap_notification_data, 1);
 	data->applet = applet;
-	data->device = wdev;	
+	data->device = wdev;
 	g_object_set_data_full (G_OBJECT (wdev), "notify-wireless-avail-data", data, g_free);
 	/* We also need to hook up to the settings to find out when we have new connections
 	 * that might be candididates.



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