From 5f87a8130e25a06c30b516ef23f936c1ab657c1c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 5 May 2007 21:02:04 +0000 Subject: revert last commit, it leads to the uncommon behavior that the last state of the settings dialog is remembered (grmpf - I should do more testing... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=661511 --- src/dolphinmainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 2057c05d5..b87b3cb08 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -950,7 +950,8 @@ void DolphinMainWindow::compareFiles() void DolphinMainWindow::editSettings() { - DolphinSettingsDialog::instance(this).exec(); + DolphinSettingsDialog dialog(this); + dialog.exec(); } void DolphinMainWindow::init() -- cgit v1.3