diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-01 16:55:16 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 5b5755d1c4f3fc9823e98be43c18201740393679 (patch) | |
tree | bc5b29cc6bd0e2303db95c8266869e830a1a7819 /src/notifications.cpp | |
parent | bc4e8994778c298d5bc9f349c4dc1e92263cb974 (diff) | |
download | ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.tar.gz ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.tar.bz2 ayatana-indicator-datetime-5b5755d1c4f3fc9823e98be43c18201740393679.zip |
Update app name usage to match snaps.
Diffstat (limited to 'src/notifications.cpp')
-rw-r--r-- | src/notifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications.cpp b/src/notifications.cpp index a0ceb6f..49300d8 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -465,7 +465,7 @@ private: { #ifdef HAS_LOMIRIAPPLAUNCH auto registry = std::make_shared<lomiri::app_launch::Registry>(); - auto app_id = lomiri::app_launch::AppID::discover(registry, "com.lomiri.calendar"); + auto app_id = lomiri::app_launch::AppID::discover(registry, "lomiri-calendar-app"); if (!app_id.empty()) // Due the use of old API by messaging_menu we need append a extra ".desktop" to the app_id. |