# HG changeset patch # User Elliott Sales de Andrade # Date 1318112275 0 # Node ID 6142c3f0868f6011dc05a750ffae0c4690ac34fe # Parent 1c7c89f41081720c37b4e5bccecca6e7694bc9ea Fix minor unused variable warning. diff -r 1c7c89f41081 -r 6142c3f0868f pidgin/gtkmenutray.c --- a/pidgin/gtkmenutray.c Sat Oct 08 21:58:16 2011 +0000 +++ b/pidgin/gtkmenutray.c Sat Oct 08 22:17:55 2011 +0000 @@ -92,7 +92,9 @@ static void pidgin_menu_tray_finalize(GObject *obj) { +#if !GTK_CHECK_VERSION(2,12,0) PidginMenuTray *tray = PIDGIN_MENU_TRAY(obj); +#endif #if 0 /* This _might_ be leaking, but I have a sneaking suspicion that the widget is * getting destroyed in GtkContainer's finalize function. But if were are