im.pidgin.cpw.resiak.disconnectreason: 604238d4570d7f8a93230f1e2c99da1f67bcde94

resiak at soc.pidgin.im resiak at soc.pidgin.im
Tue Oct 30 20:35:56 EDT 2007


-----------------------------------------------------------------
Revision: 604238d4570d7f8a93230f1e2c99da1f67bcde94
Ancestor: afa19fb58583ad782c38fdac2ba35c0a9c3b098c
Author: resiak at soc.pidgin.im
Date: 2007-10-30T23:41:10
Branch: im.pidgin.cpw.resiak.disconnectreason

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Fix a type error.  I could have sworn I did this before committing...

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	969b52931875e85344e96687d6a2ac3e118f3158
+++ pidgin/gtkblist.c	e671947867f87780de488ef891a19f5695803d8e
@@ -4439,7 +4439,7 @@ update_account_error_state(PurpleAccount
 		l = g_list_find_custom(children, account, (GCompareFunc) find_account_button);
 		if (l) { /* it may have already been removed by being clicked on */
 			button = GTK_WIDGET(l->data);
-			remove_error_button(button);
+			remove_error_button(GTK_BUTTON(button));
 		}
 		g_list_free(l);
 		l = NULL;


More information about the Commits mailing list