[Pkg-owncloud-commits] [owncloud-client] 387/484: ShareLink: Always initialize expire date #4075

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit bd72642a58a66beaa1edd4be940277b096d0bba6
Author: Christian Kamm <mail at ckamm.de>
Date:   Mon Nov 23 09:42:16 2015 +0100

    ShareLink: Always initialize expire date #4075
---
 src/gui/sharelinkwidget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/sharelinkwidget.cpp b/src/gui/sharelinkwidget.cpp
index 5f21488..b1d971f 100644
--- a/src/gui/sharelinkwidget.cpp
+++ b/src/gui/sharelinkwidget.cpp
@@ -81,6 +81,7 @@ ShareLinkWidget::ShareLinkWidget(AccountPtr account,
     _ui->lineEdit_password->hide();
     _ui->pushButton_setPassword->hide();
 
+    _ui->calendar->setMinimumDate(QDate::currentDate().addDays(1));
     _ui->calendar->setEnabled(false);
 
     _ui->checkBox_password->setText(tr("P&assword protect"));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list