diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 11:16:01 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 11:16:01 -0500 |
commit | 000f91caf98706d21868e0b41e42388ef68fc9e5 (patch) | |
tree | 27b30578020a25ecbbbfb09fe3af682c9028e8f0 /include/datetime | |
parent | 63493709a92c76169ad065cc3804b13dbd786537 (diff) | |
download | ayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.tar.gz ayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.tar.bz2 ayatana-indicator-datetime-000f91caf98706d21868e0b41e42388ef68fc9e5.zip |
update Snap Decisions to include snooze
Diffstat (limited to 'include/datetime')
-rw-r--r-- | include/datetime/snap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/snap.h b/include/datetime/snap.h index ef5c868..572158d 100644 --- a/include/datetime/snap.h +++ b/include/datetime/snap.h @@ -44,8 +44,8 @@ public: typedef std::function<void(const Appointment&)> appointment_func; void operator()(const Appointment& appointment, - appointment_func show, - appointment_func dismiss); + appointment_func snooze, + appointment_func ok); private: class Impl; |