Pressing "Enter" in the folders panel should open the folder in the main view. Thanks to Darío Andrés for the patch!

BUG: 172360

svn path=/trunk/KDE/kdebase/apps/; revision=911855
This commit is contained in:
Peter Penz 2009-01-16 10:28:25 +00:00
parent 6d6ac58d3f
commit 185f35da3a

View file

@ -159,7 +159,7 @@ void FoldersPanel::showEvent(QShowEvent* event)
new FolderExpander(m_treeView, m_proxyModel);
connect(m_treeView, SIGNAL(clicked(const QModelIndex&)),
connect(m_treeView, SIGNAL(activated(const QModelIndex&)),
this, SLOT(updateActiveView(const QModelIndex&)));
connect(m_treeView, SIGNAL(urlsDropped(const QModelIndex&, QDropEvent*)),
this, SLOT(dropUrls(const QModelIndex&, QDropEvent*)));