From bdd906e845e34cbea9a476779625202a6d5e871c Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Tue, 5 Apr 2011 18:10:19 +0200 Subject: [PATCH] Show inactive VMs by default So that users don't panic and ask where their VMs are... --- qubesmanager/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/main.py b/qubesmanager/main.py index c5cd4bb..c24ad20 100755 --- a/qubesmanager/main.py +++ b/qubesmanager/main.py @@ -364,7 +364,7 @@ class VmManagerWindow(QMainWindow): max_visible_rows = 14 update_interval = 1000 # in msec fw_rules_apply_check_interval = 5000 - show_inactive_vms = False + show_inactive_vms = True columns_states = { 0: [0, 1], 1: [0, 2, 3] } def __init__(self, parent=None):