Merge pull request #548 from yarda/tuned-gui
gui: fixed inconsistent tabs and spaces, introduced by #516
This commit is contained in:
commit
3d4a5cd20e
1 changed files with 4 additions and 4 deletions
|
|
@ -249,10 +249,10 @@ class Base(object):
|
|||
self.manager.get_profile(self.controller.active_profile())
|
||||
else:
|
||||
self.active_profile = None
|
||||
try:
|
||||
self._gobj('summaryProfileName').set_text(self.active_profile.name)
|
||||
except:
|
||||
self.error_dialog('No active profile set', '')
|
||||
try:
|
||||
self._gobj('summaryProfileName').set_text(self.active_profile.name)
|
||||
except:
|
||||
self.error_dialog('No active profile set', '')
|
||||
try:
|
||||
self._gobj('summaryIncludedProfileName').set_text(self.active_profile.options['include'
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue