changeset 19801:98d31cc920c8

Making it compile...
author Gabriel Schulhof <nix@go-nix.ca>
date Tue, 24 Jul 2007 19:57:16 +0000
parents c86f3c6cf698
children 883627d89e4e
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: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);
 }