With the 'x' button on the mini-dialog, we don't need an 'Ignore' button anymore

Tue, 27 Nov 2007 07:37:32 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Tue, 27 Nov 2007 07:37:32 +0000
changeset 21772
cefb0e400bcf
parent 21771
0df7285a6164
child 21773
b4650781e8bb

With the 'x' button on the mini-dialog, we don't need an 'Ignore' button anymore

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Mon Nov 26 23:39:42 2007 +0000
+++ b/pidgin/gtkblist.c	Tue Nov 27 07:37:32 2007 +0000
@@ -4480,12 +4480,6 @@
 }
 
 static void
-generic_error_ignore_cb(PurpleAccount *account)
-{
-	purple_account_clear_current_error(account);
-}
-
-static void
 generic_error_destroy_cb(GtkObject *dialog,
                          PurpleAccount *account)
 {
@@ -4523,7 +4517,6 @@
 		(enabled ? PURPLE_CALLBACK(purple_account_connect)
 		         : PURPLE_CALLBACK(generic_error_enable_cb)),
 		_("Modify Account"), PURPLE_CALLBACK(generic_error_modify_cb),
-		_("Ignore"), PURPLE_CALLBACK(generic_error_ignore_cb),
 		NULL);
 
 	g_free(primary);

mercurial