diff options
| author | Peter Penz <[email protected]> | 2009-01-10 14:27:07 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-10 14:27:07 +0000 |
| commit | db5ee5f2a6c75b0afb340d8a8e4818c52be96acc (patch) | |
| tree | 7a9ce6cc7de74b27655746f466b11ca16a5c2cf1 /src/dolphincontextmenu.cpp | |
| parent | e931b21216d015c6fcfb988ec46d1242362dab31 (diff) | |
raise() and activateWindow() are not needed in this case
svn path=/trunk/KDE/kdebase/apps/; revision=908812
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 455b978eb..99735ea9e 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -287,8 +287,6 @@ void DolphinContextMenu::openViewportContextMenu() KPropertiesDialog* dialog = new KPropertiesDialog(url, m_mainWindow); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->show(); - dialog->raise(); - dialog->activateWindow(); } else if (action == addToPlacesAction) { const KUrl& url = m_mainWindow->activeViewContainer()->url(); if (url.isValid()) { |
