[Pkg-owncloud-commits] [owncloud-client] 18/159: Add-folder Wizard: Select the newly created folder
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri May 1 13:05:17 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 4df455f2e0256f9abaae5e4d9be7ceb17263b0fb
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Mar 23 16:50:37 2015 +0100
Add-folder Wizard: Select the newly created folder
---
src/gui/folderwizard.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gui/folderwizard.cpp b/src/gui/folderwizard.cpp
index 88097f6..0216acd 100644
--- a/src/gui/folderwizard.cpp
+++ b/src/gui/folderwizard.cpp
@@ -297,6 +297,8 @@ void FolderWizardRemotePath::slotCreateRemoteFolderFinished(QNetworkReply::Netwo
qDebug() << "** webdav mkdir request finished";
showWarn(tr("Folder was successfully created on %1.").arg(Theme::instance()->appNameGUI()));
slotRefreshFolders();
+ _ui.folderEntry->setText(static_cast<MkColJob *>(sender())->path());
+ slotLsColFolderEntry();
}
}
--
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