Re: [PyQt] Strange behavior with new-style signals and slots

2012-04-02 Thread michael h
> Message: 1 > Date: Sun, 01 Apr 2012 13:04:30 +0200 > From: Detlev Offenbach > To: pyqt@riverbankcomputing.com > Subject: [PyQt] Strange behavior with new-style signals and slots > Message-ID: <1362374.ZZnnlU3EYs@jupiter> > Content-Type: text/plain; charset=&qu

Re: [PyQt] Strange behavior with new-style signals and slots

2012-04-01 Thread Phil Thompson
On Sun, 01 Apr 2012 13:04:30 +0200, Detlev Offenbach wrote: > Hallo, > > I am observing a strange behavior related to new-style signal and slots. > Here > is the situation. > > My program calls this line twice in a class (via different code paths). > > self.project.projectPropertiesChanged.con

[PyQt] Strange behavior with new-style signals and slots

2012-04-01 Thread Detlev Offenbach
Hallo, I am observing a strange behavior related to new-style signal and slots. Here is the situation. My program calls this line twice in a class (via different code paths). self.project.projectPropertiesChanged.connect(self.__projectPropertiesChanged) The disconnect is only issued once when