[Pkg-owncloud-commits] [owncloud-client] 12/164: Raise the share window to make sure that the user sees it
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:55:49 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 a955defae5d272aeeff200bc860fc546906370a8
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date: Mon Feb 16 16:46:05 2015 +0100
Raise the share window to make sure that the user sees it
---
src/gui/owncloudgui.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index 3d31ae2..4fb0742 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -654,7 +654,7 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
ShareDialog *w = new ShareDialog(account, sharePath, localPath);
w->getShares();
w->setAttribute( Qt::WA_DeleteOnClose, true );
- w->show();
+ raiseDialog(w);
}
--
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