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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-02-06 16:49:45 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-02-06 16:50:52 +0300
commit6e8527e66dd9a18d1557779cc157f24961db3c15 (patch)
treedb931ce42497fff32a919074d221fa122122e328 /src/gui/selectivesyncdialog.cpp
parent0d2b7967bc1d3db64a451a73e284d37f0f08631e (diff)
Wizard: Show the remote folder name when the theme has one
Relates to issue #2788
Diffstat (limited to 'src/gui/selectivesyncdialog.cpp')
-rw-r--r--src/gui/selectivesyncdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index 6652bbe16..eda087c59 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -348,7 +348,7 @@ SelectiveSyncDialog::SelectiveSyncDialog(AccountPtr account, const QString &fold
Theme::instance()->wizardSelectiveSyncDefaultNothing() ?
tr("Choose What to Sync: Select remote subfolders you wish to synchronize.") :
tr("Choose What to Sync: Deselect remote subfolders you do not wish to synchronize."));
- _treeView->setFolderInfo(folder, QString(), blacklist);
+ _treeView->setFolderInfo(folder, folder, blacklist);
}
void SelectiveSyncDialog::init(const AccountPtr &account, const QString &labelText)