Mercurial > pidgin
changeset 19849:5b6bd360f9d9
Making it compile...
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Tue, 24 Jul 2007 19:59:47 +0000 |
parents | 883627d89e4e |
children | c229bf90b6a4 |
files | pidgin/gtkpounce.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }