soc.2008.masterpassword: e9810b39: Clean up Finch account changes.

qulogic at pidgin.im qulogic at pidgin.im
Mon Nov 7 03:32:00 EST 2011


----------------------------------------------------------------------
Revision: e9810b399797a6c7aee752a6049dc245b38c8dd9
Parent:   2333c63bbe0367bd207ee1e4c2b6934f44e41f7d
Author:   qulogic at pidgin.im
Date:     11/07/11 03:29:20
Branch:   im.pidgin.soc.2008.masterpassword
URL: http://d.pidgin.im/viewmtn/revision/info/e9810b399797a6c7aee752a6049dc245b38c8dd9

Changelog: 

Clean up Finch account changes.

Changes against parent 2333c63bbe0367bd207ee1e4c2b6934f44e41f7d

  patched  finch/gntaccount.c

-------------- next part --------------
============================================================
--- finch/gntaccount.c	ae0ec6e9f0d507720aeab6dde35922e4b0ae495d
+++ finch/gntaccount.c	1e087002cb363f1dd0898e9dc41a0a2327087118
@@ -85,10 +85,6 @@ static GList *accountdialogs;
 /* This is necessary to close an edit-dialog when an account is deleted */
 static GList *accountdialogs;
 
-
-static void edit_account_continue(PurpleAccount * account, 
-	gchar * password, GError * error, gpointer user_data);
-
 static void
 account_add(PurpleAccount *account)
 {
@@ -538,15 +534,9 @@ static void
 }
 
 static void
-edit_account(PurpleAccount *account)
+edit_account_continue(PurpleAccount *account, 
+	const gchar *password, GError *error, gpointer user_data)
 {
-	purple_account_get_password(account, edit_account_continue, account);
-}
-
-static void
-edit_account_continue(PurpleAccount * account, 
-	gchar * password, GError * error, gpointer user_data)
-{
 	GntWidget *window, *hbox;
 	GntWidget *combo, *button, *entry;
 	GList *list, *iter;
@@ -678,6 +668,12 @@ static void
 }
 
 static void
+edit_account(PurpleAccount *account)
+{
+	purple_account_get_password(account, edit_account_continue, account);
+}
+
+static void
 add_account_cb(GntWidget *widget, gpointer null)
 {
 	edit_account(NULL);


More information about the Commits mailing list