diff finch/gntaccount.c @ 19944:41cad24fd6df

Instead of just notifying the user about a connection error, give him options to re-enable the account, or change account settings. (This does not introduce any new strings)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Sep 2007 13:24:12 +0000
parents 656506d8935e
children 2c495b5e2193 6bf32c9e15a7
line wrap: on
line diff
--- a/finch/gntaccount.c	Wed Sep 12 12:20:49 2007 +0000
+++ b/finch/gntaccount.c	Wed Sep 12 13:24:12 2007 +0000
@@ -715,6 +715,11 @@
 	gnt_widget_show(accounts.window);
 }
 
+void finch_account_dialog_show(PurpleAccount *account)
+{
+	edit_account(account);
+}
+
 static gpointer
 finch_accounts_get_handle()
 {