I'm using leo's trunk, revision 4431. When I issue the double-click-
headline command leo throws an exception.
I've tried the command both on qttabs and qt, with both a simple
headline and an @url one.

There follows the stack-trace.

Cheers,
Fernando.
-----------------------
Traceback (most recent call last):
  File "D:\sources\leo-editor\leo\plugins\qtGui.py", line 8475, in
eventFilter
    ret = k.masterKeyHandler(event)
  File "D:\sources\leo-editor\leo\core\leoKeys.py", line 2931, in
masterKeyHandler
    done,val = k.doMode(event,state,stroke)
  File "D:\sources\leo-editor\leo\core\leoKeys.py", line 3007, in
doMode
    val = k.callStateFunction(event) # Calls end-command.
  File "D:\sources\leo-editor\leo\core\leoKeys.py", line 2981, in
callStateFunction
    val = k.state.handler(event)
  File "D:\sources\leo-editor\leo\core\leoKeys.py", line 1994, in
fullCommand
    k.callAltXFunction(k.mb_event)
  File "D:\sources\leo-editor\leo\core\leoKeys.py", line 2040, in
callAltXFunction
    func(event)
  File "D:\sources\leo-editor\leo\core\leoEditCommands.py", line 1878,
in doubleClickHeadline
    return self.clickHeadline(event)
  File "D:\sources\leo-editor\leo\core\leoEditCommands.py", line 1874,
in clickHeadline
    c.frame.tree.onHeadlineClick(event,p=p)
AttributeError: leoQtTree instance has no attribute 'onHeadlineClick'

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