[Bug 165785] Plasmoid download via GetHotNewStuff Crash
Aaron J.Seigo
aseigo at kde.org
Tue Jul 15 16:42:41 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=165785
------- Additional Comments From aseigo kde org 2008-07-15 16:42 -------
the reason it assume zip files is because the package format is defined as being a zip file.
the reasons for this decision is that it is more consistent with other similar widget package formats out there and opens the door for us to eventually provide support for compressed widgets (something tarballs really aren't very great for).
the patch, btw, leaks the archive object in a few places. before every early return; statement a "delete archive;" would be needed. =)
otherwise, the patch looks good ... i just don't think it fits with the design.
More information about the Panel-devel
mailing list