From 4df455f2e0256f9abaae5e4d9be7ceb17263b0fb Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 23 Mar 2015 16:50:37 +0100 Subject: [PATCH] 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 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(sender())->path()); + slotLsColFolderEntry(); } }