diff pidgin/gtkcertmgr.c @ 31817:f56b66606fd2

warnings -= 3;
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Jan 2011 03:49:38 +0000
parents 917c597beb97
children def4adde3e08
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.c	Sat Jan 08 03:45:42 2011 +0000
+++ b/pidgin/gtkcertmgr.c	Sat Jan 08 03:49:38 2011 +0000
@@ -453,7 +453,7 @@
 			 G_CALLBACK(tls_peers_mgmt_select_chg_cb), NULL);
 
 	gtk_box_pack_start(GTK_BOX(mgmt_widget), 
-			pidgin_make_scrollable(listview, GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, -1, -1),
+			pidgin_make_scrollable(GTK_WIDGET(listview), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, -1, -1),
 			TRUE, TRUE, /* Take up lots of space */
 			0);
 	gtk_widget_show(GTK_WIDGET(listview));