Bug 154328

Summary: Stale favorites item with wrong url not deletable using right-click
Product: [Plasma] plasma4 Reporter: Bart Cerneels <bart.cerneels>
Component: widget-kickoffAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bart Cerneels 2007-12-19 16:26:06 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

After changing the prefix of my kde4 install one item in the favorites had a wrong url. The .desktop file didn't exist anymore.
Normally favorites items can be removed by right-clicking > "Remove from Favorites", but that didn't work for the stale item. So without manually editing $KDEHOME/share/config/kickoffrc the stale item can not be removed.
I guess a small logic change in the right-click handling will fix this.

Bart
Comment 1 David Broome 2007-12-20 19:23:24 UTC
I can confirm this as well.
Comment 2 Jason Stubbs 2007-12-21 16:57:49 UTC
SVN commit 751296 by jstubbs:

Assign the passed url to items that don't exist rather than assigning a null
string so that the items are removable.

BUG: 154328


 M  +10 -3     models.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=751296