From e16fd98511c81dceef2f063fe7a67f384713a8bc Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 17:14:23 -0500 Subject: Defining the max number of indicators and telling the server about it. --- src/dbus-data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dbus-data.h') 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__ */ -- cgit v1.2.3