Browse Source

Removed duplicated call to save_changes()

donoban 5 years ago
parent
commit
16f2997222
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qubesmanager/settings.py

+ 0 - 1
qubesmanager/settings.py

@@ -280,7 +280,6 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtGui.QDialog):
     def apply(self):
         with common_threads.busy_cursor():
             self.save_changes()
-        self.save_changes()
 
     def save_and_apply(self):
         with common_threads.busy_cursor():