Tray notify after comit template changes.

This commit is contained in:
Marek Marczykowski 2011-03-13 18:46:27 +01:00
parent c903e5f25c
commit 60a3d1753a

View File

@ -793,6 +793,7 @@ class VmManagerWindow(QMainWindow):
except Exception as ex:
QMessageBox.warning (None, "Error commiting changes!", "ERROR: {0}".format(ex))
return
trayIcon.showMessage ("Qubes Manager", "Changes to template '{0}' commited.".format(vm.name), msecs=3000)
def showcpuload(self):
self.__cpugraphs = self.action_showcpuload.isChecked()