mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
remove some useless code
This commit is contained in:
parent
53fd0a57ee
commit
efe2c06347
1 changed files with 3 additions and 6 deletions
|
@ -332,10 +332,7 @@ class GtkUI(GtkPluginBase):
|
|||
self.store.clear()
|
||||
for watchdir_id, watchdir in self.watchdirs.iteritems():
|
||||
self.store.append([watchdir_id, watchdir['enabled'], watchdir['path']])
|
||||
if False: #self.watchdirs:
|
||||
self.glade.get_widget('remove_button').set_sensitive(True)
|
||||
self.glade.get_widget('edit_button').set_sensitive(True)
|
||||
else:
|
||||
self.glade.get_widget('remove_button').set_sensitive(False)
|
||||
self.glade.get_widget('edit_button').set_sensitive(False)
|
||||
# Disable the remove and edit buttons, because nothing in the store is selected
|
||||
self.glade.get_widget('remove_button').set_sensitive(False)
|
||||
self.glade.get_widget('edit_button').set_sensitive(False)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue