diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 17:17:53 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 17:17:53 -0500 |
commit | 56d881413ffaa171d4367bb968f5454988e2737e (patch) | |
tree | eb8e7bd230153a9aab43789a707dd409bbfbd975 /src | |
parent | 8afa4ba3102138f245fba704eba03b907edefa2b (diff) | |
download | ayatana-indicator-datetime-56d881413ffaa171d4367bb968f5454988e2737e.tar.gz ayatana-indicator-datetime-56d881413ffaa171d4367bb968f5454988e2737e.tar.bz2 ayatana-indicator-datetime-56d881413ffaa171d4367bb968f5454988e2737e.zip |
configurable haptic mode, part 3 of 3: expose the new haptic mode setting as a DBus property; sync exporter tests
Diffstat (limited to 'src')
-rw-r--r-- | src/exporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exporter.cpp b/src/exporter.cpp index 88aee2f..1d45705 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -144,6 +144,7 @@ private: bind_uint_property(m_alarm_props, "duration", m_settings->alarm_duration); bind_uint_property(m_alarm_props, "default-volume", m_settings->alarm_volume); bind_string_property(m_alarm_props, "default-sound", m_settings->alarm_sound); + bind_string_property(m_alarm_props, "haptic-feedback", m_settings->alarm_haptic); } /*** |