# HG changeset patch # User Stu Tomlinson # Date 1195763760 0 # Node ID 1c139f0493b922188277b103c93006590a16c13a # Parent 85fc97ffe5388adbabe36b425a818db22ea5357c Squish a compile warning diff -r 85fc97ffe538 -r 1c139f0493b9 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Thu Nov 22 19:34:50 2007 +0000 +++ b/pidgin/gtkblist.c Thu Nov 22 20:36:00 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)