From c63971794aeda71cf08901fcf95e876aa5ee48c6 Mon Sep 17 00:00:00 2001 From: uzakmat Date: Mon, 1 Feb 2010 08:54:59 +0000 Subject: [PATCH] alarm - example of dbus binding functional --- src/alarm/alarm.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/alarm/alarm.cpp b/src/alarm/alarm.cpp index 88bf2a7..70f7649 100644 --- a/src/alarm/alarm.cpp +++ b/src/alarm/alarm.cpp @@ -34,10 +34,10 @@ int Alarm::addAlarm(int aEventId, const QDateTime &aDateTime) act->flags |= ALARM_ACTION_TYPE_DBUS; // DBus params for this action - alarm_action_set_dbus_interface(act, "org.maemo.testApp"); - alarm_action_set_dbus_service(act, "org.maemo.testApp"); - alarm_action_set_dbus_path(act, "/org/maemo/testApp"); - alarm_action_set_dbus_name(act, "triggerAlarm"); + alarm_action_set_dbus_interface(act, "org.freedesktop.Notifications"); + alarm_action_set_dbus_service(act, "org.freedesktop.Notifications"); + alarm_action_set_dbus_path(act, "/org/freedesktop/Notifications"); + alarm_action_set_dbus_name(act, "SystemNoteDialog"); // DBus arguments for the action alarm_action_set_dbus_args(act, aEventId); -- 2.30.2