This bug gives a bit more details about the problem: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247755 The patch attached below fixes it. Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903
diff -r 4c67e5fdd0e1 src/virtManager/console.py --- a/src/virtManager/console.py Mon Jul 09 21:13:56 2007 -0400 +++ b/src/virtManager/console.py Wed Jul 11 14:31:11 2007 +0100 @@ -94,7 +94,6 @@ class vmmConsole(gobject.GObject): "on_menu_vm_run_activate": self.control_vm_run, "on_menu_vm_shutdown_activate": self.control_vm_shutdown, - "on_menu_vm_pause_activate": self.control_vm_pause, "on_menu_vm_save_activate": self.control_vm_save_domain, "on_menu_vm_destroy_activate": self.control_vm_destroy, "on_menu_vm_screenshot_activate": self.control_vm_screenshot, diff -r 4c67e5fdd0e1 src/virtManager/details.py --- a/src/virtManager/details.py Mon Jul 09 21:13:56 2007 -0400 +++ b/src/virtManager/details.py Wed Jul 11 14:31:09 2007 +0100 @@ -95,7 +95,6 @@ class vmmDetails(gobject.GObject): "on_control_pause_toggled": self.control_vm_pause, "on_details_menu_run_activate": self.control_vm_run, - "on_details_menu_pause_activate": self.control_vm_pause, "on_details_menu_shutdown_activate": self.control_vm_shutdown, "on_details_menu_save_activate": self.control_vm_save_domain, "on_details_menu_destroy_activate": self.control_vm_destroy,
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools