Closed GoogleCodeExporter closed 8 years ago
forgot to add: Marave r218
Original comment by cyberkil...@gmail.com
on 12 Feb 2010 at 7:31
Race condition, try r220
Original comment by roberto.alsina
on 12 Feb 2010 at 7:52
in r220:
ck@moloch:~/Tools/marave/marave-read-only/marave$ python main.py
Traceback (most recent call last):
File "main.py", line 1275, in <module>
main()
File "main.py", line 1261, in main
window.loadprefs()
File "main.py", line 679, in loadprefs
self.loadtheme(1)
File "main.py", line 570, in loadtheme
self.loadprefs()
File "main.py", line 681, in loadprefs
self.loadGeometry()
File "main.py", line 672, in loadGeometry
self.adjustPositions()
File "main.py", line 1062, in adjustPositions
self.mainMenu.setPos(self.editorX+self.editorW+3*m,self.editorY)
AttributeError: 'MainWidget' object has no attribute 'mainMenu'
Original comment by cyberkil...@gmail.com
on 12 Feb 2010 at 7:55
Reproduced it: happens without a config file.
Original comment by roberto.alsina
on 12 Feb 2010 at 8:20
This issue was closed by revision r221.
Original comment by roberto.alsina
on 12 Feb 2010 at 8:28
Confirm, r221 fixes the problem.
Original comment by cyberkil...@gmail.com
on 12 Feb 2010 at 8:31
Original comment by roberto.alsina
on 12 Feb 2010 at 8:45
Original issue reported on code.google.com by
cyberkil...@gmail.com
on 12 Feb 2010 at 7:30