--- a/pidgin/gtkmenutray.h Sat Oct 08 22:17:55 2011 +0000 +++ b/pidgin/gtkmenutray.h Sat Oct 08 22:35:05 2011 +0000 @@ -40,9 +40,7 @@ struct _PidginMenuTray { GtkMenuItem gparent; /**< The parent instance */ GtkWidget *tray; /**< The tray */ -#if GTK_CHECK_VERSION(2,12,0) - gpointer depr1; -#else +#if !GTK_CHECK_VERSION(2,12,0) GtkTooltips *tooltips; /**< Tooltips */ #endif };