diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-28 09:35:05 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-07 01:10:29 +0200 |
commit | 846dfb9d7b16aec7923444083256a8565f308013 (patch) | |
tree | a7771902a19a3c4a147b336d886943eef7561a94 /src/snap.cpp | |
parent | 76e3bd94724e9bc7bedd24548103e31d85334d53 (diff) | |
download | ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.gz ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.bz2 ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.zip |
Small fixes requeted by charles during the review.
Diffstat (limited to 'src/snap.cpp')
-rw-r--r-- | src/snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 60005f3..4078dd7 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -173,7 +173,7 @@ public: //TODO: we need to extend it to support alarms appoitments if (!appointment.is_ubuntu_alarm()) { - b.set_missed_click_callback([appointment, alarm, ok](){ + b.set_timeout_callback([appointment, alarm, ok](){ ok(appointment, alarm); }); } |