[Pkg-owncloud-commits] [owncloud-client] 75/484: Account Settings: Expand selective sync on show #3585
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:16 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 132b5f5130046e2eb31df931191df57be6f1adbb
Author: Markus Goetz <markus at woboq.com>
Date: Thu Oct 15 17:27:38 2015 +0200
Account Settings: Expand selective sync on show #3585
---
src/gui/accountsettings.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 65736af..6dcf060 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -606,6 +606,9 @@ bool AccountSettings::event(QEvent* e)
if (e->type() == QEvent::Hide || e->type() == QEvent::Show) {
_quotaInfo.setActive(isVisible());
}
+ if (e->type() == QEvent::Show) {
+ ui->_folderList->setExpanded(_model->index(0, 0), true);
+ }
return QWidget::event(e);
}
--
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