Comment 8 for bug 1202768

Revision history for this message
In , Blonďák (blonk-redhat-bugs) wrote :

For me helps following:

--- old/dvb-daemon.py 2014-01-26 11:34:17.306941350 +0100
+++ new/dvb-daemon.py 2014-01-25 20:46:28.520696797 +0100
@@ -458,7 +458,8 @@
         totemtv_image.show()

         watch_item = uimanager.get_widget('/tmw-menubar/movie/devices-placeholder/dvbdevice')
- watch_item.set_image(totemtv_image)
+ if watch_item:
+ watch_item.set_image(totemtv_image)

         timers_image = Gtk.Image.new_from_icon_name("stock_timer", Gtk.IconSize.MENU)
         timers_image.show()