diff options
author | Ted Gould <ted@canonical.com> | 2009-09-04 17:14:23 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-04 17:14:23 -0500 |
commit | e16fd98511c81dceef2f063fe7a67f384713a8bc (patch) | |
tree | d01ff3ccd660a9263c6e69c6af7f1059c0eea3bc /src/dbus-data.h | |
parent | 486c49f150ed875ee1f39a002d6fe95efc7b208f (diff) | |
download | ayatana-indicator-messages-e16fd98511c81dceef2f063fe7a67f384713a8bc.tar.gz ayatana-indicator-messages-e16fd98511c81dceef2f063fe7a67f384713a8bc.tar.bz2 ayatana-indicator-messages-e16fd98511c81dceef2f063fe7a67f384713a8bc.zip |
Defining the max number of indicators and telling the server about it.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r-- | src/dbus-data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h index 5ea4046..9f53f94 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -21,4 +21,6 @@ #define INDICATOR_MENUITEM_PROP_ICON "indicator-icon" #define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text" +#define MAX_NUMBER_OF_INDICATORS 7 + #endif /* __DBUS_DATA_H__ */ |