network-manager-applet r550 - in trunk: . src



Author: dcbw
Date: Thu Feb 21 04:35:03 2008
New Revision: 550
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=550&view=rev

Log:
2008-02-20  Dan Williams  <dcbw redhat com>

	* src/applet-dbus-settings.c
		- (applet_exported_connection_changed): use exact compare



Modified:
   trunk/ChangeLog
   trunk/src/applet-dbus-settings.c

Modified: trunk/src/applet-dbus-settings.c
==============================================================================
--- trunk/src/applet-dbus-settings.c	(original)
+++ trunk/src/applet-dbus-settings.c	Thu Feb 21 04:35:03 2008
@@ -902,7 +902,7 @@
 	utils_clear_filled_connection_certs (gconf_connection);
 
 	/* Ignore the GConf update if nothing changed */
-	if (nm_connection_compare (wrapped_connection, gconf_connection))
+	if (nm_connection_compare (wrapped_connection, gconf_connection, COMPARE_FLAGS_EXACT))
 		return TRUE;
 
 	new_settings = nm_connection_to_hash (gconf_connection);



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