Issue 5 in desigle: Can't save file.

2 views
Skip to first unread message

codesite...@google.com

unread,
Feb 10, 2009, 10:54:13 AM2/10/09
to desigle...@googlegroups.com

Comment #2 on issue 5 by mcgoebel: Can't save file.
http://code.google.com/p/desigle/issues/detail?id=5

the problem is a typo in file desigle.py. to fix it, got to line 334
(approx.), where
it says:

if not self.tq_filename:
return self.saveAs()

This should obviously read:

if not self.fq_filename:
return self.saveAs()

Not the __t__ in the wrong version versus the __f__ in the corrected version

Great app btw!!!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages