diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-26 21:43:03 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-06 02:33:57 +0200 |
commit | 0cfd764abbb319aa994788e993267d75bb955ccd (patch) | |
tree | 1b72a802e3b4b7bcba790491157aa0c0cd590e5f /data | |
parent | ba5a55ca476fef0fdb3a4f0bdd53fe771ea272c7 (diff) | |
download | ayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.tar.gz ayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.tar.bz2 ayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.zip |
Update notifications to use the new calendar icon.
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 14d36b8..6bbc246 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -32,7 +32,7 @@ if (${SYSTEMD_FOUND}) # build it set (pkglibexecdir "${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}") - set (messaging_menu_icon "${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/suru/actions/scalable/appointment.svg") + set (messaging_menu_icon "${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons/suru/actions/scalable/calendar.svg") configure_file ("${SYSTEMD_USER_FILE_IN}" "${SYSTEMD_USER_FILE}") # install it |