diff options
| author | Peter Penz <[email protected]> | 2009-01-17 18:42:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-17 18:42:06 +0000 |
| commit | 8acb68ed2835410af934459073048339c7b262a0 (patch) | |
| tree | 6558bc2eb08ae365994dd05870bf9acb853f984e /src/dolphinmainwindow.cpp | |
| parent | 9e6b85cd6e31dd7f530d68b744af1f1b1e2f8968 (diff) | |
Relayout of the settings dialog, so that all Dolphin KPart relevant settings can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week.
svn path=/trunk/KDE/kdebase/apps/; revision=912587
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 60f6e97b3..c0212a6f1 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -703,7 +703,8 @@ void DolphinMainWindow::toggleShowMenuBar() void DolphinMainWindow::editSettings() { if (m_settingsDialog == 0) { - m_settingsDialog = new DolphinSettingsDialog(this); + const KUrl& url = activeViewContainer()->url(); + m_settingsDialog = new DolphinSettingsDialog(url, this); m_settingsDialog->setAttribute(Qt::WA_DeleteOnClose); m_settingsDialog->show(); } else { |
