Re: [PyQt] Re: Signal problem with latest PyQt snapshot

2009-04-13 Thread Detlev Offenbach
On Montag, 13. April 2009, Phil Thompson wrote: > On Sun, 12 Apr 2009 18:47:23 +0200, Detlev Offenbach > > wrote: > > Hi, > > > > I am observing an unlimited recursion problem in some eric4 code. In the > > ViewManager I am connecting to a signal sent by the editor with this code > > > > self.

[PyQt] Re: Signal problem with latest PyQt snapshot

2009-04-13 Thread Phil Thompson
On Sun, 12 Apr 2009 18:47:23 +0200, Detlev Offenbach wrote: > Hi, > > I am observing an unlimited recursion problem in some eric4 code. In the > ViewManager I am connecting to a signal sent by the editor with this code > > self.connect(editor, SIGNAL('bookmarkToggled'), self.__bookmarkToggl