diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-01-29 17:05:26 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-01-29 17:05:26 +0100 |
| commit | 10929ff066318b27a13fb49ea935a427a073c4d3 (patch) | |
| tree | 6020eb180733b59f77a815b6ffbacff13afd3df9 /services | |
| parent | 6b1b6e97f6d281f767e578ceb84b4bed8caf1f4e (diff) | |
PanelService: enable "unity-all-menus" environment variable
This will make IndicatorAppmenu to spam us with all the menus it knows :) (bzr r3899.2.15)
Diffstat (limited to 'services')
| -rw-r--r-- | services/panel-service.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/panel-service.c b/services/panel-service.c index 334fed2fe..08c7db066 100644 --- a/services/panel-service.c +++ b/services/panel-service.c @@ -43,7 +43,7 @@ G_DEFINE_TYPE (PanelService, panel_service, G_TYPE_OBJECT); #define NOTIFY_TIMEOUT 80 #define N_TIMEOUT_SLOTS 50 -#define MAX_INDICATOR_ENTRIES 100 +#define MAX_INDICATOR_ENTRIES 500 #define NUX_VERTICAL_SCROLL_DELTA 120 #define NUX_HORIZONTAL_SCROLL_DELTA (NUX_VERTICAL_SCROLL_DELTA ^ 2) @@ -1343,6 +1343,7 @@ static const gchar * indicator_environment[] = { "unity", "unity-3d", "unity-panel-service", + "unity-all-menus", NULL }; |
