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



Author: dcbw
Date: Mon Oct 20 17:33:51 2008
New Revision: 956
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=956&view=rev

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

	* gconf-helpers/nma-gconf-connection.c
		- (service_get_secrets): fix for exported connection class clarifications



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	Mon Oct 20 17:33:51 2008
@@ -190,11 +190,11 @@
 }
 
 static void
-get_secrets (NMExportedConnection *exported,
-		   const gchar *setting_name,
-		   const gchar **hints,
-		   gboolean request_new,
-		   DBusGMethodInvocation *context)
+service_get_secrets (NMExportedConnection *exported,
+                     const gchar *setting_name,
+                     const gchar **hints,
+                     gboolean request_new,
+                     DBusGMethodInvocation *context)
 {
 	NMConnection *connection;
 	GError *error = NULL;
@@ -469,7 +469,7 @@
 	object_class->finalize     = finalize;
 
 	connection_class->get_settings = get_settings;
-	connection_class->get_secrets  = get_secrets;
+	connection_class->service_get_secrets = service_get_secrets;
 	connection_class->update       = update;
 	connection_class->delete       = delete;
 



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