diff pidgin/plugins/vvconfig.c @ 32628:a3bd979c9ce4

compiles using GTK+ 3 from git, beware it does not yet run, in fact it crashes...
author Marcus Lundblad <ml@update.uu.se>
date Thu, 25 Nov 2010 22:30:18 +0000
parents d0965a30216a
children a7397a3d67ef
line wrap: on
line diff
--- a/pidgin/plugins/vvconfig.c	Mon Nov 22 10:18:15 2010 +0000
+++ b/pidgin/plugins/vvconfig.c	Thu Nov 25 22:30:18 2010 +0000
@@ -506,14 +506,14 @@
 }
 
 static void
-config_destroy(GtkObject *w, gpointer nul)
+config_destroy(GtkWidget *w, gpointer nul)
 {
 	purple_debug_info("vvconfig", "closing vv configuration window\n");
 	window = NULL;
 }
 
 static void
-config_close(GtkObject *w, gpointer nul)
+config_close(GtkWidget *w, gpointer nul)
 {
 	gtk_widget_destroy(GTK_WIDGET(window));
 }