On windows XP, latest trunk -- getting the following:
File "C:\home\slzatz\leo-editor\leo\core\leoGlobals.py", line 3570, in doHook
return f(tag,keywords)
File "C:\home\slzatz\leo-editor\leo\core\leoPlugins.py", line 298,
in doPlugins
return doHandlersForTag(tag,keywords)
File "C:\home\slzatz\leo-editor\leo\core\leoPlugins.py", line 273,
in doHandlersForTag
val = callTagHandler(bunch,tag,keywords)
File "C:\home\slzatz\leo-editor\leo\core\leoPlugins.py", line 252,
in callTagHandler
result = handler(tag,keywords)
File "C:\home\slzatz\leo-editor\leo\plugins\nav_qt.py", line 61, in onCreate
thePluginController = pluginController(c)
File "C:\home\slzatz\leo-editor\leo\plugins\nav_qt.py", line 71, in __init__
self.makeButtons()
File "C:\home\slzatz\leo-editor\leo\plugins\nav_qt.py", line 84, in
makeButtons
self.c.frame.iconBar.add(qaction = act_l, command = self.clickPrev)
File "C:\home\slzatz\leo-editor\leo\plugins\qtGui.py", line 3641, in add
bg = keys.get('bg') or self.toolbar.buttonColor
AttributeError: qtIconBarClass instance has no attribute 'toolbar'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---