[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pidgin-commits
Subject:    im.pidgin.cpw.resiak.disconnectreason: 604238d4570d7f8a93230f1e2c99da1f67bcde94
From:       resiak () soc ! pidgin ! im
Date:       2007-10-31 0:35:56
Message-ID: 20071031003556.E4B6148F20 () homing ! pidgin ! im
[Download RAW message or body]

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

Modified files:
        pidgin/gtkblist.c

ChangeLog:=20

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



============================================================
--- 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;


_______________________________________________
Commits mailing list
Commits@pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic