changeset 21622:1c139f0493b9

Squish a compile warning
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Nov 2007 20:36:00 +0000
parents 85fc97ffe538
children 63e54b7c73fa
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)