aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-24 22:36:29 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-24 22:36:29 +0200
commite3c0e7048e032a5a8678c25341fc61b9c191a5db (patch)
treece364889bc0f41eb8294dd4b1043710b6ef43b3e /src/dbus-data.h
parente1c600ba95e4520caf471ebf2eb9f41e2580fa98 (diff)
downloadayatana-indicator-messages-e3c0e7048e032a5a8678c25341fc61b9c191a5db.tar.gz
ayatana-indicator-messages-e3c0e7048e032a5a8678c25341fc61b9c191a5db.tar.bz2
ayatana-indicator-messages-e3c0e7048e032a5a8678c25341fc61b9c191a5db.zip
Don't support X-Ayatana-Messaging-Menu-Icon anymore
It was used to override icons for the default apps (Mail, Chat, Broadcast). Since all apps are now shown with their real name and icon, the override is not needed anymore.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index d7efd86..bf82cf0 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -21,10 +21,6 @@
#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"
-
#define INDICATOR_MENU_ATTRIBUTE_VISIBLE "indicator-visible"
#define INDICATOR_MENU_ATTRIBUTE_ENABLED "indicator-enabled"
#define INDICATOR_MENU_ATTRIBUTE_ICON_NAME "indicator-icon-name"