removed fix because another branch fixes this differently

This commit is contained in:
Andreas Preikschat 2012-07-01 20:45:51 +02:00
parent f74c16b03b
commit fb59eab8e7
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ class ThemeManager(QtGui.QWidget):
self.oldBackgroundImage = theme.background_filename
self.themeForm.theme = theme
self.themeForm.exec_(True)
self.mainwindow.imageManager.deleteImage(theme.theme_name)
self.oldBackgroundImage = None
self.mainwindow.renderer.update_theme(theme.theme_name)