Revert "Do not show inactive VMs by default (#211)"

No, it is intended to show inactive VMs.

This reverts commit 4b45698ba0.
This commit is contained in:
Marek Marczykowski 2011-04-08 20:11:31 +02:00
parent 4b45698ba0
commit 193a09c32d

View File

@ -365,7 +365,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):