im.pidgin.pidgin: 64115edef4269e8a5cc770701585cdd5388dbfd3
seanegan at pidgin.im
seanegan at pidgin.im
Tue Nov 27 02:40:58 EST 2007
-----------------------------------------------------------------
Revision: 64115edef4269e8a5cc770701585cdd5388dbfd3
Ancestor: 87a81ecce720018f2f6c6d2983c0259ae3c88814
Author: seanegan at pidgin.im
Date: 2007-11-27T07:37:32
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkblist.c
ChangeLog:
With the 'x' button on the mini-dialog, we don't need an 'Ignore' button anymore
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c ba0d1270c90f5ea6b6bd9eba07dccfc62ef07726
+++ pidgin/gtkblist.c a435ac19468d0329c0cd146cf7ff87b40916ad30
@@ -4480,12 +4480,6 @@ static void
}
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 @@ add_generic_error_dialog(PurpleAccount *
(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);
More information about the Commits
mailing list