Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nutrinoweb/ui/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'nutrinoweb/ui/toolbar.py')
-rw-r--r--nutrinoweb/ui/toolbar.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nutrinoweb/ui/toolbar.py b/nutrinoweb/ui/toolbar.py
index 439514d..f0811c8 100644
--- a/nutrinoweb/ui/toolbar.py
+++ b/nutrinoweb/ui/toolbar.py
@@ -24,7 +24,7 @@ def _cb_next(widget, toolbar, next_):
BUTTONS = {
- 'activity' : ['document-generic', _cb_next],
+ 'main' : ['document-generic', _cb_next],
'eating' : ['document-generic', _cb_next],
'sparetime': ['document-generic', _cb_next],
'separator': [None, None]
@@ -33,7 +33,7 @@ BUTTONS = {
TOOLBARS = {
'menu' : [
- ['activity', 'eating', 'sparetime'],
+ ['main', 'eating', 'sparetime'],
[]
],
}
@@ -42,7 +42,7 @@ TITLES = {
'menu' : {
'toolbox': _('Debug'),
'buttons': {
- 'activity' : _('Activity'),
+ 'main' : _('Activity'),
'eating' : _('Eating'),
'sparetime': _('Sparetime')
}