┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-09 21:10:17 +0000
committerPeter Penz <[email protected]>2007-10-09 21:10:17 +0000
commit1d4cfd16fd5ceb8f37400d4890807e3c56619971 (patch)
treef2d6cf306175a65ed61ccd91474dced063169405 /src/dolphincolumnwidget.cpp
parent0c1d1c42f4abeaa03522b3059c485788276464f7 (diff)
column view fixes:
* assure that the history does not get messed up when changing the focus to an existing column * fix issue that the status bar does not get updated when the focus is changed between the columns svn path=/trunk/KDE/kdebase/apps/; revision=723519
Diffstat (limited to 'src/dolphincolumnwidget.cpp')
-rw-r--r--src/dolphincolumnwidget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp
index 3b38b6cd5..380573629 100644
--- a/src/dolphincolumnwidget.cpp
+++ b/src/dolphincolumnwidget.cpp
@@ -268,6 +268,7 @@ void DolphinColumnWidget::mousePressEvent(QMouseEvent* event)
m_view->m_controller->requestActivation();
if (!m_active) {
m_view->requestActivation(this);
+ m_view->m_controller->triggerUrlChangeRequest(m_url);
}
QListView::mousePressEvent(event);
@@ -291,6 +292,7 @@ void DolphinColumnWidget::contextMenuEvent(QContextMenuEvent* event)
{
if (!m_active) {
m_view->requestActivation(this);
+ m_view->m_controller->triggerUrlChangeRequest(m_url);
}
QListView::contextMenuEvent(event);