From 6bc2b280c349851a05f28ca4b06fe5d51c59bea0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 2 Dec 2017 19:18:59 +0100 Subject: Convert to Ayatana Indicators. --- src/Makefile.am | 2 +- src/indicator-notifications.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9425475..632119e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ libnotifications_la_SOURCES = \ libnotifications_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall \ - -DG_LOG_DOMAIN=\"Indicator-Notifications\" + -DG_LOG_DOMAIN=\"Ayatana-Indicator-Notifications\" libnotifications_la_LIBADD = \ $(INDICATOR_LIBS) libnotifications_la_LDFLAGS = \ diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c index 41164c9..34cb3b5 100644 --- a/src/indicator-notifications.c +++ b/src/indicator-notifications.c @@ -32,9 +32,9 @@ with this program. If not, see . #include /* Indicator Stuff */ -#include -#include -#include +#include +#include +#include #include "dbus-spy.h" #include "notification-menuitem.h" -- cgit v1.2.3