[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [patch] kaction small bug with KRecentFilesAction
From:       "Caleb Tennis" <caleb () aei-tech ! com>
Date:       2002-07-24 20:33:33
[Download RAW message or body]


In kaction.cpp the following two lines need added in:

line 2228:

config->setGroup( groupname);

after which, add:

config->deleteGroup(groupname, true);
config->setGroup(groupname);


This is in the KRecentFilesAction::saveEntries() method.  What currently
happens is if we removeURL from the list of urls and save this new list, it
only overwrites what is already there and doesn't delete any extras.  We
need to delete the group before rewriting all of the urls again.

Caleb

Caleb Tennis
Analytical Engineering, Inc.


 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic