soc.2010.detachablepurple: 175d4e8f: Cosmetic: function rename. We would't ha...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Thu Aug 12 00:37:03 EDT 2010


----------------------------------------------------------------------
Revision: 175d4e8f36fc32be8ab9925931973b98a93b2b05
Parent:   f54a7a23b170b0fcd9f871605a565e292e7134f6
Author:   gillux at soc.pidgin.im
Date:     08/11/10 21:49:08
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/175d4e8f36fc32be8ab9925931973b98a93b2b05

Changelog: 

Cosmetic: function rename. We would't have such a name in each dbus/*.c.

Changes against parent f54a7a23b170b0fcd9f871605a565e292e7134f6

  patched  libpurple/dbus/account.c

-------------- next part --------------
============================================================
--- libpurple/dbus/account.c	6cc979585006a61c2b48078b3ec588ecb29d1b91
+++ libpurple/dbus/account.c	4090faba625cb3299307578a53cb1ddf4e4093d5
@@ -138,7 +138,7 @@ static char*
 }
 
 static char*
-build_dbus_path(const char *username, const char *protocol_id)
+purple_account_build_dbus_path(const char *username, const char *protocol_id)
 {
 	gchar *id;
 	gchar *id2;
@@ -204,7 +204,7 @@ purple_account_dbus_init(PurpleAccount *
 	char* dbus_path;
         DBusGProxy* proxy;
 
-	dbus_path = build_dbus_path(username, protocol_id);
+	dbus_path = purple_account_build_dbus_path(username, protocol_id);
 	purple_object_install_dbus_infos(PURPLE_OBJECT(account),
 					DBUS_ACCOUNT_INTERFACE, dbus_path);
 	g_free(dbus_path);	


More information about the Commits mailing list