Re: add setType to PackageStucture

2008-10-30 Thread Petri Damstén
On Thursday 30 October 2008 14:05:08 Aaron J. Seigo wrote: > > It's a subclass of PackageStructure, but I want to copy data from > > PlasmoidPackage which is what Applet::packageStructure() returns. > > why? (sorry if i'm seeming dense atm, but i'm in the middle of a day-long > meeting, my 4th in a

Re: add setType to PackageStucture

2008-10-30 Thread Aaron J. Seigo
On Thursday 30 October 2008, Petri Damstén wrote: > On Thursday 30 October 2008 12:49:01 Aaron J. Seigo wrote: > > On Thursday 30 October 2008, Petri Damstén wrote: > > > On Thursday 30 October 2008 12:30:10 Aaron J. Seigo wrote: > > > > On Thursday 30 October 2008, Petri Damstén wrote: > > > > > I

Re: add setType to PackageStucture

2008-10-30 Thread Petri Damstén
On Thursday 30 October 2008 12:49:01 Aaron J. Seigo wrote: > On Thursday 30 October 2008, Petri Damstén wrote: > > On Thursday 30 October 2008 12:30:10 Aaron J. Seigo wrote: > > > On Thursday 30 October 2008, Petri Damstén wrote: > > > > If we copy Plasma::Applet::packageStructure() to custom packa

Re: add setType to PackageStucture

2008-10-30 Thread Aaron J. Seigo
On Thursday 30 October 2008, Petri Damstén wrote: > On Thursday 30 October 2008 12:30:10 Aaron J. Seigo wrote: > > On Thursday 30 October 2008, Petri Damstén wrote: > > > If we copy Plasma::Applet::packageStructure() to custom package > > > structure type is also copied and we have no setType to co

Re: add setType to PackageStucture

2008-10-30 Thread Petri Damstén
On Thursday 30 October 2008 12:30:10 Aaron J. Seigo wrote: > On Thursday 30 October 2008, Petri Damstén wrote: > > If we copy Plasma::Applet::packageStructure() to custom package structure > > type is also copied and we have no setType to correct it. > > what is the exact use case for this? e.g. i

Re: add setType to PackageStucture

2008-10-30 Thread Aaron J. Seigo
On Thursday 30 October 2008, Petri Damstén wrote: > If we copy Plasma::Applet::packageStructure() to custom package structure > type is also copied and we have no setType to correct it. what is the exact use case for this? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F

add setType to PackageStucture

2008-10-30 Thread Petri Damstén
Hi, If we copy Plasma::Applet::packageStructure() to custom package structure type is also copied and we have no setType to correct it. Index: packagestructure.cpp === --- packagestructure.cpp(revision 877358) +++ packagestr