# HG changeset patch # User Gabriel Schulhof # Date 1185307036 0 # Node ID 98d31cc920c8969d7da27096e06373a82a529b2d # Parent c86f3c6cf69801c77ca810668e973b2982909024 Making it compile... diff -r c86f3c6cf698 -r 98d31cc920c8 pidgin/gtkpounce.c --- a/pidgin/gtkpounce.c Tue Jul 24 19:56:17 2007 +0000 +++ b/pidgin/gtkpounce.c Tue Jul 24 19:57:16 2007 +0000 @@ -1058,7 +1058,7 @@ static void pounces_manager_add_cb(GtkButton *button, gpointer user_data) { - pidgin_set_toplevel(gtk_widget_get_toplevel(button)); + pidgin_set_toplevel(gtk_widget_get_toplevel(GTK_WIDGET(button))); pidgin_pounce_editor_show(NULL, NULL, NULL); }