Re: configAccepted()

2009-02-23 Thread Aaron J. Seigo
On Monday 23 February 2009, Toussis Manolis wrote: > Because it is explicity called in ~applet. Sorry again for the post. :-) no problems. i prefer that it's a bug in your code than libplasma anyways. ;) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B

Re: configAccepted()

2009-02-23 Thread Toussis Manolis
On Monday 23 February 2009 22:16:16 Aaron J. Seigo wrote: > On Monday 23 February 2009, Toussis Manolis wrote: > > I re-implementing in my applet the configAccepted() to store the > > settings... > > configChanged() you mean? there is no configAccepted in Plasma::Applet. or > are you connecting to

Re: configAccepted()

2009-02-23 Thread Toussis Manolis
ignore the previous message. On Monday 23 February 2009 22:01:06 Toussis Manolis wrote: > I re-implementing in my applet the configAccepted() to store the > settings... > > The thing is that I came across a strange issue. > I run the applet if I invoke the config interface, and press ok... > co

Re: configAccepted()

2009-02-23 Thread Aaron J. Seigo
On Monday 23 February 2009, Toussis Manolis wrote: > I re-implementing in my applet the configAccepted() to store the > settings... configChanged() you mean? there is no configAccepted in Plasma::Applet. or are you connecting to configAccepted yourself? > The thing is that I came across a strang