summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profilemanager.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/profilemanager.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profilemanager.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/profilemanager.cpp b/noncore/apps/opie-console/profilemanager.cpp
index db36686..54b184d 100644
--- a/noncore/apps/opie-console/profilemanager.cpp
+++ b/noncore/apps/opie-console/profilemanager.cpp
@@ -40,2 +40,5 @@ void ProfileManager::load() {
}
+void ProfileManager::clear() {
+ m_list.clear();
+}
Profile::ValueList ProfileManager::all()const {
@@ -57,4 +60,4 @@ Session* ProfileManager::fromProfile( const Profile& prof) {
void ProfileManager::save( ) {
- m_list.clear();
ProfileConfig conf("opie-console-profiles");
+ conf.clearAll();
Session* se= 0l;