Explorar o código

Fix error on warning in Settings on Rename VM

fixes QubesOS/qubes-issues#4745
Marta Marczykowska-Górecka %!s(int64=5) %!d(string=hai) anos
pai
achega
60944bb2fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubesmanager/settings.py

+ 1 - 1
qubesmanager/settings.py

@@ -75,7 +75,7 @@ class RenameVMThread(QtCore.QThread):
                 list_text = utils.format_dependencies_list(failed_props)
 
                 QtGui.QMessageBox.warning(
-                    self,
+                    None,
                     self.tr("Warning: rename partially unsuccessful"),
                     self.tr("Some properties could not be changed to the new "
                             "name. The system has now both {} and {} qubes. "