View | Details | Raw Unified
Collapse All | Expand All

(-) xl/xlmisc.py (-1 / +1 lines)
 Lines 381-387    Link Here 
        self.icon.set_tooltip(tip)
        self.icon.set_tooltip(tip)
    def destroy(self):
    def destroy(self):
        self.icon.destroy()
        self.icon.set_visible(False)
if USE_TRAY == 'egg':
if USE_TRAY == 'egg':
    TrayIcon = EggTrayIcon
    TrayIcon = EggTrayIcon