Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-03-23 18:50:37 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-03-23 18:50:37 +0300
commit4df455f2e0256f9abaae5e4d9be7ceb17263b0fb (patch)
treef6a037566c604d75dea17b33018fee3937146b57 /src/gui/folderwizard.cpp
parent653a00d63d1639bb3ebe784e25e8f126f8b4aca7 (diff)
Add-folder Wizard: Select the newly created folder
Diffstat (limited to 'src/gui/folderwizard.cpp')
-rw-r--r--src/gui/folderwizard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderwizard.cpp b/src/gui/folderwizard.cpp
index 88097f679..0216acd4c 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();
}
}