ShareLinkWidget: Stop editing progress animation if passwd is required.

This commit is contained in:
Klaas Freitag 2015-12-02 10:06:34 +01:00
parent e6ab047751
commit 52dc55d044

View File

@ -413,6 +413,7 @@ void ShareLinkWidget::slotCreateShareFetched(const QSharedPointer<LinkShare> sha
void ShareLinkWidget::slotCreateShareRequiresPassword()
{
// there needs to be a password
_pi_editing->stopAnimation();
_ui->checkBox_password->setChecked(true);
_ui->checkBox_password->setEnabled(false);
_ui->checkBox_password->setText(tr("Public sh&aring requires a password"));