Open tovid-suite opened 9 years ago
From wapcaplet88 on June 06, 2010 20:55:54
Labels: Priority-Low
From grepper@gmail.com on September 18, 2011 17:23:52
Just a note that this is 'fixed' in svn r3390 (tovid 0.35). I don't know if it qualifies as a hack, but it seems to work okay: if self.parent_list is not None: self.parent_list.listbox.next_item(event)
From wapcaplet88 on June 06, 2010 23:45:29
In tovid gui, when pressing Enter in any text entry box (like "Menu title"), an exception occurs:
Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib64/python2.6/lib-tk/Tkinter.py", line 1410, in call return self.func(*args) File "/usr/lib64/python2.6/site-packages/libtovid/metagui/control.py", line 1003, in next_item self.parent_list.listbox.next_item(event) AttributeError: 'NoneType' object has no attribute 'listbox'
Original issue: http://code.google.com/p/tovid/issues/detail?id=122