┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-10 14:27:07 +0000
committerPeter Penz <[email protected]>2009-01-10 14:27:07 +0000
commitdb5ee5f2a6c75b0afb340d8a8e4818c52be96acc (patch)
tree7a9ce6cc7de74b27655746f466b11ca16a5c2cf1 /src/dolphinmainwindow.cpp
parente931b21216d015c6fcfb988ec46d1242362dab31 (diff)
raise() and activateWindow() are not needed in this case
svn path=/trunk/KDE/kdebase/apps/; revision=908812
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 1bf0cfd10..6b0b30bb8 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -704,8 +704,6 @@ void DolphinMainWindow::editSettings()
DolphinSettingsDialog* dialog = new DolphinSettingsDialog(this);
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->show();
- dialog->raise();
- dialog->activateWindow();
}
void DolphinMainWindow::setActiveTab(int index)