pidgin/gtkmenutray.c

branch
cpw.qulogic.gtk3
changeset 32906
0256335d1557
parent 32375
9ccb07c70f2a
child 32913
af2c726febce
equal deleted inserted replaced
32905:5a0d150931dd 32906:0256335d1557
90 } 90 }
91 91
92 static void 92 static void
93 pidgin_menu_tray_finalize(GObject *obj) 93 pidgin_menu_tray_finalize(GObject *obj)
94 { 94 {
95 #if !GTK_CHECK_VERSION(2,12,0)
95 PidginMenuTray *tray = PIDGIN_MENU_TRAY(obj); 96 PidginMenuTray *tray = PIDGIN_MENU_TRAY(obj);
97 #endif
96 #if 0 98 #if 0
97 /* This _might_ be leaking, but I have a sneaking suspicion that the widget is 99 /* This _might_ be leaking, but I have a sneaking suspicion that the widget is
98 * getting destroyed in GtkContainer's finalize function. But if were are 100 * getting destroyed in GtkContainer's finalize function. But if were are
99 * leaking here, be sure to figure out why this causes a crash. 101 * leaking here, be sure to figure out why this causes a crash.
100 * -- Gary 102 * -- Gary

mercurial