[Oops] Bugfix for previous commit: e37c817

This commit is contained in:
Calum Lind 2016-11-04 18:07:59 +00:00
parent e37c817151
commit 1e41891943
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class Preferences(component.Component):
}) })
# Radio buttons to choose between systray and appindicator # Radio buttons to choose between systray and appindicator
self.builder.get_object('alignment_tray_type').set_visible(appindicator) self.builder.get_object('alignment_tray_type').set_visible(bool(appindicator))
from deluge.ui.gtkui.gtkui import DEFAULT_PREFS from deluge.ui.gtkui.gtkui import DEFAULT_PREFS
self.COLOR_DEFAULTS = {} self.COLOR_DEFAULTS = {}