diff options
| author | Peter Penz <[email protected]> | 2007-10-07 10:53:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-07 10:53:33 +0000 |
| commit | cf83ceb29622c920de86e8e83c5cff1047dd318a (patch) | |
| tree | cb0cd93ae1af78a7cf8d9cd0594a52c4807af9c7 /src/dolphiniconsview.cpp | |
| parent | c1a0fb31612abb77069d8ece15f6ffb16d2d1871 (diff) | |
* assure that the columns of the colum-view get dimmed if the colum-view is inactive
* updated documentation of DolphinController + minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=722452
Diffstat (limited to 'src/dolphiniconsview.cpp')
| -rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index f1ad25e3d..670dcc13e 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -149,7 +149,7 @@ void DolphinIconsView::contextMenuEvent(QContextMenuEvent* event) void DolphinIconsView::mousePressEvent(QMouseEvent* event) { - m_controller->triggerActivation(); + m_controller->requestActivation(); if (!indexAt(event->pos()).isValid()) { const Qt::KeyboardModifiers modifier = QApplication::keyboardModifiers(); if (!(modifier & Qt::ShiftModifier) && !(modifier & Qt::ControlModifier)) { |
