┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2014-10-07 07:38:16 +0200
committerMontel Laurent <[email protected]>2014-10-07 07:38:16 +0200
commit5c1420fec990f268b9abbbaedbe45b9388f1fddd (patch)
tree548fcbd2238714fd06072004cd5343b625fe4a1f /src/dolphinmainwindow.cpp
parenta705337fab20e230a3f990624f5f7de3b2468b3f (diff)
kdelibs4support--
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 8668601b6..ac1cdff2e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -417,7 +417,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
}
GeneralSettings::setVersion(CurrentDolphinVersion);
- GeneralSettings::self()->writeConfig();
+ GeneralSettings::self()->save();
KXmlGuiWindow::closeEvent(event);
}