Menu

#30 Typo in gui.py

closed-invalid
nobody
5
2003-12-13
2003-12-13
Steve
No

bug in gui.py in umlbuilder-1.4-5.i386.rpm.
I had to change line 946 in gui.py from:
b.grid(row=2,colum=1, sticky=E)
to
b.grid(row=2,column=1, sticky=E)
(added the 'n' in column)

Discussion

  • Steve

    Steve - 2003-12-13

    Logged In: YES
    user_id=383345

    sorry ..should've checked the cvs first. Seems to be
    fixed.

     
  • Steve

    Steve - 2003-12-13
    • status: open --> closed-invalid
     

Log in to post a comment.