core: xid is no longer local variable here

This commit is contained in:
Marek Marczykowski-Górecki 2014-06-25 15:23:42 +02:00
parent 9205c5c054
commit 1df73d31c6

View File

@ -1531,7 +1531,7 @@ class QubesVm(object):
print >> sys.stderr, "--> Starting Qubes GUId..."
guid_cmd = [system_path["qubes_guid_path"],
"-d", str(xid), "-N", self.name,
"-d", str(self.xid), "-N", self.name,
"-c", self.label.color,
"-i", self.label.icon_path,
"-l", str(self.label.index)]