Tue, 24 Jul 2007 19:59:47 +0000
Making it compile...
| pidgin/gtkpounce.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkpounce.c Tue Jul 24 19:58:50 2007 +0000 +++ b/pidgin/gtkpounce.c Tue Jul 24 19:59:47 2007 +0000 @@ -1058,7 +1058,7 @@ static void pounces_manager_add_cb(GtkButton *button, gpointer user_data) { - pidgin_set_toplevel(gtk_widget_get_toplevel(GTK_WIDGET(button))); + pidgin_set_toplevel(GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(button)))); pidgin_pounce_editor_show(NULL, NULL, NULL); }