# HG changeset patch # User Stu Tomlinson # Date 1195763871 0 # Node ID 63e54b7c73faef9fa5562474753e8e083feca2d7 # Parent 30b634a8908d2717aa8638b78556f3e2beb99ffe# Parent 1c139f0493b922188277b103c93006590a16c13a merge of '80fb886f753c30fd71edfb7a42dc840a8ccbd6fb' and 'ccdc7edd6b9579e37c5602af5a6bd0d180b39911' diff -r 30b634a8908d -r 63e54b7c73fa pidgin/gtkblist.c --- 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)