diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:16:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:16:02 -0600 |
commit | 840aac8d62b0a05ac697eaef5c60460942f2f9ca (patch) | |
tree | 94468b51dcb8c801ccf692ae5b1554b5ad98ebfc /kontact/src | |
parent | 9fa7d0658d812c9f9d6c80c0a2ea8236209313d0 (diff) | |
download | tdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.tar.gz tdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'kontact/src')
-rw-r--r-- | kontact/src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/src/mainwindow.cpp b/kontact/src/mainwindow.cpp index 52576bcf5..fe24bd8dd 100644 --- a/kontact/src/mainwindow.cpp +++ b/kontact/src/mainwindow.cpp @@ -842,7 +842,7 @@ void MainWindow::selectPlugin( Kontact::Plugin *plugin ) createGUI( plugin->part() ); KToolBar* navigatorToolBar = findToolBar( "navigatorToolBar" ); - // Let the navigator toolbar be always the last one, if it's in the top doctwindow + // Let the navigator toolbar be always the last one, if it's in the top dockwindow if ( navigatorToolBar && !navigatorToolBar->isHidden() && navigatorToolBar->barPos() == KToolBar::Top ) { topDock()->moveDockWindow( navigatorToolBar, -1 ); |