[virt-tools-list] [virt-manager PATCH] delete: fix an improper comment
Chen Hanxiao
chen_han_xiao at 126.com
Mon Feb 17 13:10:56 UTC 2014
From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
commit b2a7c396 introduce confirmation before deleting,
we should keep the comment consistent with it.
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
virtManager/delete.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/delete.py b/virtManager/delete.py
index 33860bf..7dce0d0 100644
--- a/virtManager/delete.py
+++ b/virtManager/delete.py
@@ -100,7 +100,7 @@ class vmmDeleteDialog(vmmGObjectUI):
uiutil.set_grid_row_visible(
self.widget("delete-warn-running-vm-box"), vm_active)
- # Disable storage removal by default
+ # Enable storage removal by default
self.widget("delete-remove-storage").set_active(True)
self.widget("delete-remove-storage").toggled()
--
1.8.4.2
More information about the virt-tools-list
mailing list