comparison pidgin/gtkmenutray.h @ 32680:33d15efe7dca

Remove unnecessary GTK+ version checks now that we depend on 2.10.0. I thought I did some of this already, though.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 08 Oct 2011 22:35:05 +0000
parents 4fa36f6928e3
children
comparison
equal deleted inserted replaced
32679:6142c3f0868f 32680:33d15efe7dca
38 38
39 /** A PidginMenuTray */ 39 /** A PidginMenuTray */
40 struct _PidginMenuTray { 40 struct _PidginMenuTray {
41 GtkMenuItem gparent; /**< The parent instance */ 41 GtkMenuItem gparent; /**< The parent instance */
42 GtkWidget *tray; /**< The tray */ 42 GtkWidget *tray; /**< The tray */
43 #if GTK_CHECK_VERSION(2,12,0) 43 #if !GTK_CHECK_VERSION(2,12,0)
44 gpointer depr1;
45 #else
46 GtkTooltips *tooltips; /**< Tooltips */ 44 GtkTooltips *tooltips; /**< Tooltips */
47 #endif 45 #endif
48 }; 46 };
49 47
50 /** A PidginMenuTrayClass */ 48 /** A PidginMenuTrayClass */