Merge pull request #2807 from rullzer/sharedialog_force_password_multshare

Reset _public_share_id after we delete the share, thanks
This commit is contained in:
Klaas Freitag 2015-02-10 12:18:10 +01:00
commit 0bf6a220ae

View file

@ -272,6 +272,7 @@ void ShareDialog::slotDeleteShareFetched(const QString &reply)
displayError(code);
}
_public_share_id = 0;
_pi_link->stopAnimation();
_ui->lineEdit_password->clear();
_ui->lineEdit_shareLink->clear();