[Pkg-owncloud-commits] [owncloud-client] 135/218: Share dialog: Hide settings dialog before showing #3783
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 c09b4e1477cf75039badb3ffa6b79a2e53419cfb
Author: Markus Goetz <markus at woboq.com>
Date: Wed Sep 16 11:17:00 2015 -0400
Share dialog: Hide settings dialog before showing #3783
---
src/gui/owncloudgui.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index 58514e0..14cc819 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -765,6 +765,10 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
qDebug() << "Could not open share dialog for" << localPath << "no responsible folder found";
return;
}
+
+ // For https://github.com/owncloud/client/issues/3783
+ _settingsDialog->hide();
+
const auto accountState = folder->accountState();
qDebug() << Q_FUNC_INFO << "Opening share dialog" << sharePath << localPath;
--
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