[Pkg-owncloud-commits] [owncloud-client] 75/94: SettingsDialogMac: Also start timer for notifications
Sandro Knauß
hefee at debian.org
Thu Mar 29 11:12:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch upstream
in repository owncloud-client.
commit 4dd0a75cced7e9c279d99d1eeb4ef1ccefa6aad7
Author: Markus Goetz <markus at woboq.com>
Date: Wed Feb 7 17:08:22 2018 +0100
SettingsDialogMac: Also start timer for notifications
---
ChangeLog | 1 +
src/gui/settingsdialogmac.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index d8509f4..100fe1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ version 2.4.1 (2017-02-xx)
* Ignore files with file names that can't be encoded for the filesystem (#6287, #5676, #5719)
* Issues: Speed up insertion and add hard upper limit (#6272)
* Notifications: Fix "Dismiss" action
+* Notifications: Fix timer invocation on macOS
* Protocol: Remove entries for auto resolved conflicts (#6316)
* owncloudcmd: Set proxy before capabilities call (#6281)
* owncloudcmd: Do not do the capability call when --nonshib is passed
diff --git a/src/gui/settingsdialogmac.cpp b/src/gui/settingsdialogmac.cpp
index 0e11777..be385ed 100644
--- a/src/gui/settingsdialogmac.cpp
+++ b/src/gui/settingsdialogmac.cpp
@@ -121,6 +121,7 @@ SettingsDialogMac::SettingsDialogMac(ownCloudGui *gui, QWidget *parent)
ConfigFile cfg;
cfg.restoreGeometry(this);
+ _activitySettings->setNotificationRefreshInterval(cfg.notificationRefreshInterval());
}
void SettingsDialogMac::closeEvent(QCloseEvent *event)
--
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