From 1d4cfd16fd5ceb8f37400d4890807e3c56619971 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 9 Oct 2007 21:10:17 +0000 Subject: 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 --- src/dolphincolumnwidget.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphincolumnwidget.cpp') 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); -- cgit v1.3