core: xid is no longer local variable here
This commit is contained in:
parent
9205c5c054
commit
1df73d31c6
@ -1531,7 +1531,7 @@ class QubesVm(object):
|
|||||||
print >> sys.stderr, "--> Starting Qubes GUId..."
|
print >> sys.stderr, "--> Starting Qubes GUId..."
|
||||||
|
|
||||||
guid_cmd = [system_path["qubes_guid_path"],
|
guid_cmd = [system_path["qubes_guid_path"],
|
||||||
"-d", str(xid), "-N", self.name,
|
"-d", str(self.xid), "-N", self.name,
|
||||||
"-c", self.label.color,
|
"-c", self.label.color,
|
||||||
"-i", self.label.icon_path,
|
"-i", self.label.icon_path,
|
||||||
"-l", str(self.label.index)]
|
"-l", str(self.label.index)]
|
||||||
|
Loading…
Reference in New Issue
Block a user