diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 12:21:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 12:21:04 -0600 |
commit | 8fe010b29ccc4d32c2bc326b67fc9ff1f63b05df (patch) | |
tree | b03109c0f8ff20b52161da7b906ac8962ca31835 /src/dbus-data.h | |
parent | d1741b51fc36866b182fe3e70f54fef45adae2f6 (diff) | |
parent | b9713df6cd2898e5f86d8dcf1f39634bc1cc6736 (diff) | |
download | ayatana-indicator-messages-8fe010b29ccc4d32c2bc326b67fc9ff1f63b05df.tar.gz ayatana-indicator-messages-8fe010b29ccc4d32c2bc326b67fc9ff1f63b05df.tar.bz2 ayatana-indicator-messages-8fe010b29ccc4d32c2bc326b67fc9ff1f63b05df.zip |
* Upstream release 0.3.2
* Removing extra ref
* Moving locally defined variable to use the one defined in
the function to fix a NULL pointer. (lp: #518547)
* Disconnect the count changed signal property
* Adding static desktop shortcuts to application items
* Adding dynamic application menuitems
* Switching application menu items to remove descriptions
and add in application icons
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r-- | src/dbus-data.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h index 9f53f94..e3d9fd5 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -8,10 +8,6 @@ #define INDICATOR_MESSAGES_DBUS_SERVICE_OBJECT "/org/ayatana/indicator/messages/service" #define INDICATOR_MESSAGES_DBUS_SERVICE_INTERFACE "org.ayatana.indicator.messages.service" -#define LAUNCHER_MENUITEM_TYPE "launcher-item" -#define LAUNCHER_MENUITEM_PROP_APP_NAME "application-name" -#define LAUNCHER_MENUITEM_PROP_APP_DESC "application-description" - #define APPLICATION_MENUITEM_TYPE "application-item" #define APPLICATION_MENUITEM_PROP_NAME "app-name" #define APPLICATION_MENUITEM_PROP_COUNT "app-count" |