Working backwards, r4960 is ok

4961:

[ ktenney@lappy: ~/work ]$ Traceback (most recent call last):
  File "/usr/fetching/leo-editor/launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "/usr/fetching/leo-editor/leo/core/runLeo.py", line 124, in run
    ok = doPostPluginsInit(args,files,options)
  File "/usr/fetching/leo-editor/leo/core/runLeo.py", line 484, in
doPostPluginsInit
    c,frame = createFrame(fileName,options)
  File "/usr/fetching/leo-editor/leo/core/runLeo.py", line 536, in createFrame
    ok, frame = g.openWithFileName(fileName,None)
  File "/usr/fetching/leo-editor/leo/core/leoGlobals.py", line 2260,
in openWithFileName
    c,f = g.openWithFileNameHelper(old_c,gui,fn,relFn)
  File "/usr/fetching/leo-editor/leo/core/leoGlobals.py", line 2381,
in openWithFileNameHelper
    gui=gui)
  File "/usr/fetching/leo-editor/leo/core/leoApp.py", line 823, in
newLeoCommanderAndFrame
    c.finishCreate(initEditCommanders)
  File "/usr/fetching/leo-editor/leo/core/leoCommands.py", line 164,
in finishCreate
    c.commandsDict = leoEditCommands.finishCreateEditCommanders(c)
  File "/usr/fetching/leo-editor/leo/core/leoEditCommands.py", line
255, in finishCreateEditCommanders
    d2 = theInstance.getPublicCommands()
  File "/usr/fetching/leo-editor/leo/core/leoEditCommands.py", line
1504, in getPublicCommands
    'delete-marked-nodes':                  c.deleteMarked,
AttributeError: 'Commands' object has no attribute 'deleteMarked'

-- 
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.

Reply via email to