┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphiniconsview.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/dolphiniconsview.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/dolphiniconsview.cpp')
-rw-r--r--src/views/dolphiniconsview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/dolphiniconsview.cpp b/src/views/dolphiniconsview.cpp
index 522a90787..4abcad3db 100644
--- a/src/views/dolphiniconsview.cpp
+++ b/src/views/dolphiniconsview.cpp
@@ -126,9 +126,6 @@ DolphinIconsView::DolphinIconsView(QWidget* parent,
updateGridSize(view->showPreview(), 0);
m_extensionsFactory = new ViewExtensionsFactory(this, dolphinViewController, viewModeController);
-
- // setFocus() must be called after m_extensionsFactory is initialised (see bug 240374).
- setFocus();
}
DolphinIconsView::~DolphinIconsView()