Skip to content
Snippets Groups Projects
Commit b9d4611f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove 3 duplicated lines

parent ca0b16f6
No related branches found
No related tags found
No related merge requests found
......@@ -131,9 +131,6 @@ class GajimThemesWindow:
theme = model[iter_][0]
if theme == active_theme:
self.themes_tree.get_selection().select_iter(iter_)
self.xml.get_widget('remove_button').set_sensitive(True)
self.theme_options_vbox.set_sensitive(True)
self.theme_options_table.set_sensitive(True)
if active_theme == 'default':
self.xml.get_widget('remove_button').set_sensitive(False)
self.theme_options_vbox.set_sensitive(False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment