From 0492e95dbf6a1f6285a4701379adb6b7d8553d6b Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 28 Oct 2021 06:06:45 +0200 Subject: Drop the 'ubuntu' prefix from the alarm types and functions --- src/actions-live.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/actions-live.cpp') diff --git a/src/actions-live.cpp b/src/actions-live.cpp index 50add68..81bdb70 100644 --- a/src/actions-live.cpp +++ b/src/actions-live.cpp @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -15,6 +16,7 @@ * * Authors: * Charles Kerr + * Robert Tari */ #include @@ -155,7 +157,7 @@ std::string LiveActions::open_appointment(const Appointment& appt, const DateTim } else switch (appt.type) { - case Appointment::UBUNTU_ALARM: + case Appointment::ALARM: sReturn = open_alarm_app(); break; -- cgit v1.2.3