This commit is contained in:
Tim Bentley 2011-01-11 17:44:13 +00:00
parent 9ed7314697
commit 2feefa95f4
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class ThemeManager(QtGui.QWidget):
"""
realThemeName = unicode(item.data(QtCore.Qt.UserRole).toString())
themeName = unicode(item.text())
# If default theme restrict actions
if realThemeName == themeName:
self.deleteToolbarAction.setVisible(True)
else: