[et-mgmt-tools] [PATCH] virt-manager's "Delete machine" menu item does not work

Charles Coffing ccoffing at novell.com
Wed May 23 20:16:31 UTC 2007


Selecting "Delete machine" from the Edit menu in virt-manager does nothing.  The signal was never hooked up.  The patch below fixes it.

Thanks,
Signed-off-by: Charles Coffing <ccoffing at novell.com>


--- src/virtManager/manager.py~ 2007-05-23 14:05:19.000000000 -0600
+++ src/virtManager/manager.py  2007-05-23 14:06:48.000000000 -0600
@@ -171,6 +171,7 @@
             "on_vm_open_clicked": self.open_vm_console,
             "on_vm_new_clicked": self.show_vm_create,
             "on_vm_delete_clicked": self.delete_vm,
+            "on_menu_edit_delete_activate" : self.delete_vm,
             "on_menu_edit_details_activate": self.show_vm_details,
             "on_menu_host_details_activate": self.show_host,







More information about the et-mgmt-tools mailing list