Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134865 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 134865