Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190574
Collapse All | Expand All

(-)weather-wallpaper (-1 / +1 lines)
Lines 556-568 Link Here
556
    offset_y = 0.0
556
    offset_y = 0.0
557
557
558
558
559
statusIcon = gtk.StatusIcon()
559
try:
560
try:
560
    # Run the thread which updates the wallpaper
561
    # Run the thread which updates the wallpaper
561
    updater = Updater()
562
    updater = Updater()
562
    updater.start()
563
    updater.start()
563
564
564
    # Create the status icon
565
    # Create the status icon
565
    statusIcon = gtk.StatusIcon()
566
    statusIcon.set_from_stock(gtk.STOCK_REFRESH)
566
    statusIcon.set_from_stock(gtk.STOCK_REFRESH)
567
    menu = gtk.Menu()
567
    menu = gtk.Menu()
568
568

Return to bug 190574