[Pkg-owncloud-commits] [owncloud-client] 53/89: fixing add button behavior in single folder mode
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:36 UTC 2013
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 370cf45357b1224d9429125fb169a814c2d2d273
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Mon Dec 9 16:23:00 2013 +0100
fixing add button behavior in single folder mode
---
src/mirall/accountsettings.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/mirall/accountsettings.cpp b/src/mirall/accountsettings.cpp
index fd6074e..71d15bf 100644
--- a/src/mirall/accountsettings.cpp
+++ b/src/mirall/accountsettings.cpp
@@ -309,6 +309,9 @@ void AccountSettings::slotRemoveCurrentFolder()
folderMan->slotRemoveFolder( alias );
_model->removeRow(row);
+ // single folder fix to show add-button and hide remove-button
+ buttonsSetEnabled();
+
emit folderChanged();
}
}
--
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