┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-01 17:54:23 +0000
committerPeter Penz <[email protected]>2011-01-01 17:54:23 +0000
commit79a7412107551cdb175d3399561478b9434a2766 (patch)
tree9cf0f94602941bdc0054f56877f2189504da5802 /src/views/dolphindetailsview.cpp
parenta5c75b52fea0ab73692df4a8f8a4437e80774b0c (diff)
Forward port: Don't grab the focus if the view did not have the focus already.
CCBUG: 261147 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210659
Diffstat (limited to 'src/views/dolphindetailsview.cpp')
-rw-r--r--src/views/dolphindetailsview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/dolphindetailsview.cpp b/src/views/dolphindetailsview.cpp
index dcde4b496..12a2ba348 100644
--- a/src/views/dolphindetailsview.cpp
+++ b/src/views/dolphindetailsview.cpp
@@ -158,9 +158,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent,
KDirLister *dirLister = qobject_cast<KDirModel*>(proxyModel->sourceModel())->dirLister();
connect(dirLister, SIGNAL(newItems(KFileItemList)), this, SLOT(resizeColumns()));
-
- // setFocus() must be called after m_extensionsFactory is initialised (see bug 240374).
- setFocus();
}
DolphinDetailsView::~DolphinDetailsView()