manager: Fix a pep8 warning

This commit is contained in:
Cole Robinson 2013-04-23 14:24:52 -04:00
parent 1b18ddea3a
commit a63a83684b
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class vmmManager(vmmGObjectUI):
rowtypes.insert(ROW_IS_VM, bool) # if row is VM
rowtypes.insert(ROW_IS_VM_RUNNING, bool) # if VM is running
rowtypes.insert(ROW_COLOR, str) # row markup color string
rowtypes.insert(ROW_INSPECTION_OS_ICON, GdkPixbuf.Pixbuf) # OS icon
rowtypes.insert(ROW_INSPECTION_OS_ICON, GdkPixbuf.Pixbuf) # OS icon
model = Gtk.TreeStore(*rowtypes)
vmlist.set_model(model)