changeset 21623:63e54b7c73fa

merge of '80fb886f753c30fd71edfb7a42dc840a8ccbd6fb' and 'ccdc7edd6b9579e37c5602af5a6bd0d180b39911'
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Nov 2007 20:37:51 +0000
parents 30b634a8908d (current diff) 1c139f0493b9 (diff)
children 512785bd7fcb
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Thu Nov 22 20:21:09 2007 +0000
+++ b/pidgin/gtkblist.c	Thu Nov 22 20:37:51 2007 +0000
@@ -4445,7 +4445,7 @@
 	GtkWidget *ret = NULL;
 	/* XXX: Workaround for the currently incomplete implementation of PidginScrollBook */
 	if (PIDGIN_IS_SCROLL_BOOK(container))
-		container = PIDGIN_SCROLL_BOOK(container)->notebook;
+		container = GTK_CONTAINER(PIDGIN_SCROLL_BOOK(container)->notebook);
 	children = gtk_container_get_children(container);
 	l = g_list_find_custom(children, account, (GCompareFunc) find_account_widget);
 	if (l)