diff options
| author | Peter Penz <[email protected]> | 2007-05-05 21:02:04 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-05 21:02:04 +0000 |
| commit | 5f87a8130e25a06c30b516ef23f936c1ab657c1c (patch) | |
| tree | 39b655e6ede4415a35251d9a7806d076539b813d /src/dolphinmainwindow.cpp | |
| parent | d00a89513183157ce9e1b63913de7a525ad7588a (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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() |
