network-manager-applet r1048 - in trunk: . src/gconf-helpers



Author: dcbw
Date: Thu Nov 27 00:03:19 2008
New Revision: 1048
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1048&view=rev

Log:
2008-11-26  Dan Williams  <dcbw redhat com>

	* src/gconf-helpers/nma-gconf-connection.c
		- (nma_gconf_connection_class_init): update for delete -> do_delete



Modified:
   trunk/ChangeLog
   trunk/src/gconf-helpers/nma-gconf-connection.c

Modified: trunk/src/gconf-helpers/nma-gconf-connection.c
==============================================================================
--- trunk/src/gconf-helpers/nma-gconf-connection.c	(original)
+++ trunk/src/gconf-helpers/nma-gconf-connection.c	Thu Nov 27 00:03:19 2008
@@ -359,7 +359,7 @@
 }
 
 static gboolean
-delete (NMExportedConnection *exported, GError **err)
+do_delete (NMExportedConnection *exported, GError **err)
 {
 	NMAGConfConnectionPrivate *priv = NMA_GCONF_CONNECTION_GET_PRIVATE (exported);
 	gboolean success;
@@ -522,7 +522,7 @@
 	connection_class->get_settings = get_settings;
 	connection_class->service_get_secrets = service_get_secrets;
 	connection_class->update       = update;
-	connection_class->delete       = delete;
+	connection_class->do_delete    = do_delete;
 
 	/* Properties */
 	g_object_class_install_property



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