pidgin/plugins/ticker/gtkticker.c

changeset 30024
f15d76be2ef8
parent 30010
2b3e5bbd0492
child 32382
ff09c7d01b39
child 41357
758a7925a920
--- a/pidgin/plugins/ticker/gtkticker.c	Sat Apr 17 03:06:42 2010 +0000
+++ b/pidgin/plugins/ticker/gtkticker.c	Sat Apr 17 22:21:17 2010 +0000
@@ -343,7 +343,7 @@
 
 	window = gdk_window_new (gtk_widget_get_parent_window (widget),
 			&attributes, attributes_mask);
-#if GTK_CHECK_VERSION(2,14,0)
+#if GTK_CHECK_VERSION(2,18,0)
 	gtk_widget_set_window (widget, window);
 #else
 	widget->window = window;

mercurial