Fixed multi-arg appends.

This commit is contained in:
Jack Jansen 2000-03-07 23:40:13 +00:00
parent 9de988315a
commit 34d11f0670
12 changed files with 15 additions and 14 deletions

View file

@ -65,7 +65,7 @@ class PICTbrowse(FrameWork.Application):
finally:
Res.SetResLoad(1)
id, type, name = r.GetResInfo()
rv.append(id, name)
rv.append((id, name))
return rv
class PICTwindow(FrameWork.Window):