[Pkg-owncloud-commits] [owncloud-client] 134/218: UI: Only expand 1 level in folder list #3585

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ca952762985ee1baf3aa87350229ac37ff282ca6
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Sep 16 11:06:32 2015 -0400

    UI: Only expand 1 level in folder list #3585
---
 src/gui/accountsettings.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index a951b62..5209196 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -130,7 +130,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
 
 void AccountSettings::doExpand()
 {
-    ui->_folderList->expandToDepth(1);
+    ui->_folderList->expandToDepth(0);
 }
 
 void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list