[geary/geary-0.12] Fix notifications not being updated or dismissed.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.12] Fix notifications not being updated or dismissed.
- Date: Tue, 14 Nov 2017 05:31:29 +0000 (UTC)
commit 022b9453a16de758066e078d68c9871a37ba3ae9
Author: Michael James Gratton <mike vee net>
Date: Tue Nov 14 16:31:15 2017 +1100
Fix notifications not being updated or dismissed.
* src/client/notification/libnotify.vala (Libnotify): Set notification
desktop entry hint to use new app id.
src/client/notification/libnotify.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/notification/libnotify.vala b/src/client/notification/libnotify.vala
index 669cb9d..2356d51 100644
--- a/src/client/notification/libnotify.vala
+++ b/src/client/notification/libnotify.vala
@@ -160,7 +160,7 @@ public class Libnotify : Geary.BaseObject {
typeof (Notify.Notification),
"icon-name", "geary",
"summary", GLib.Environment.get_application_name());
- notification.set_hint_string("desktop-entry", "geary");
+ notification.set_hint_string("desktop-entry", "org.gnome.Geary");
if (caps.find_custom("actions", GLib.strcmp) != null)
notification.add_action("default", _("Open"), on_default_action);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]