Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ReckonPrimer.activity/toolbar.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReckonPrimer.activity/toolbar.py b/ReckonPrimer.activity/toolbar.py
index 64219f5..44eacb9 100644
--- a/ReckonPrimer.activity/toolbar.py
+++ b/ReckonPrimer.activity/toolbar.py
@@ -15,11 +15,11 @@ class Toolbar:
mytoolbox = gtk.Toolbar()
- learner_button = ToolButton('help')
+ learner_button = ToolButton()
learner_button.set_tooltip("Learner")
learner_button.connect('clicked', self.toggle_mode, "Learner")
- author_button = ToolButton('help')
+ author_button = ToolButton()
author_button.set_tooltip("Author")
author_button.connect('clicked', self.toggle_mode, "Author")
@@ -42,4 +42,4 @@ class Toolbar:
session = Session("xo-user-name", self._parent)
session.setMode(mode)
session.run()
- \ No newline at end of file
+