]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Pressing "Enter" in the folders panel should open the folder in the main view. Thanks...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 16 Jan 2009 10:28:25 +0000 (10:28 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 16 Jan 2009 10:28:25 +0000 (10:28 +0000)
BUG: 172360

svn path=/trunk/KDE/kdebase/apps/; revision=911855

src/panels/folders/folderspanel.cpp

index 72d9a095262e0c8ef483a891ec8db61644469c06..e20da9175e3716ae281379edd3c92ba06b60b3ce 100644 (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*)));