From 583033cb8dbf95d224bc9cc4bf4d4d097b7950f3 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Fri, 18 May 2012 23:26:54 +0200 Subject: Remove default applications This gets rid of the "Set Up " sections for Email, Chat, and Broadcast. Also, default apps don't get to override the icon and names anymore. Every app gets its real name and icon displayed. Overriding the icon with X-Ayatana-Messaging-Menu-Icon is still possible. --- src/dbus-data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dbus-data.h') diff --git a/src/dbus-data.h b/src/dbus-data.h index fac732e..1e82ded 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -21,4 +21,8 @@ #define MAX_NUMBER_OF_INDICATORS 7 +/* Used for override icons in the normal case, but didn't + have a better place to put it. */ +#define ICON_KEY "X-Ayatana-Messaging-Menu-Icon" + #endif /* __DBUS_DATA_H__ */ -- cgit v1.2.3