Ubuntu 8.10, current bzr

I get the following in log pane when opening a leo file.

Another leo file doesn't throw it.
I just created a new leo file, it gives the traceback when opened.

exception executing command
Traceback (most recent call last):
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line
319, in doCommand
    val = command(event)
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line 586, in open
    ok, frame = g.openWithFileName(fileName,c)
  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
2226, in openWithFileName
    c.updateRecentFiles(relativeFileName or fileName)
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line
1097, in updateRecentFiles
    frame.menu.createRecentFilesMenuItems()
  File "/home/ktenney/src/leo-editor/leo/core/leoMenu.py", line 1596,
in createRecentFilesMenuItems
    self.deleteRecentFilesMenuItems(recentFilesMenu)
  File "/home/ktenney/src/leo-editor/leo/core/leoMenu.py", line 1655,
in deleteRecentFilesMenuItems
    self.delete_range(menu,0,toDrop)
  File "/home/ktenney/src/leo-editor/leo/core/leoTkinterMenu.py", line
125, in delete_range
    return menu.delete(n1,n2)
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2681, in delete
    if 'command' in self.entryconfig(i):
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2693, in entryconfigure
    return self._configure(('entryconfigure', index), cnf, kw)
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1196, in _configure
    cnf[x[0][1:]] = (x[0][1:],) + x[1:]
TypeError: can only concatenate tuple (not "str") to tuple

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