[Bug 158052] news widget / plasmoid crashes on closing
Sebastian Sauer
mail at dipe.org
Thu Jun 5 18:44:26 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=158052
mail dipe org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |binner kde org
------- Additional Comments From mail dipe org 2008-06-05 18:44 -------
Well, reason for the crash is a double-delete of the layout. Here would be a fix for it;
Index: news.cpp
===================================================================
--- news.cpp (revision 769184)
+++ news.cpp (working copy)
@ -52,7 +52,6 @
News::~News()
{
delete m_news;
- delete m_layout;
}
So, the bug is within the news-applet located in playground/base/plasma/applets/news but since the "playground" area is neither official supported nor does there exist a branch for 4.0, I am not able to land the fix cause the news-applet changed meanwhile a lot and works now only against trunk aka upcoming 4.1.
But probably SUSE does maintain somewhere a branch for it or likes to apply the patch above?! Well, I just added Stephan so he at least knows about this (sorry for doing so (aka just spamming your mail-addy, heh) the second time, but I hope that was ok?!).
p.s. thanks to David for the backtrace :)
More information about the Panel-devel
mailing list