Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-25 20:16:27 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-25 20:16:27 (GMT)
commit245f72e433b9835f58fcc041a2977110b449e11c (patch)
tree32e32b35ffa3a42cb072478679161e09be92cf4c
parentf1e970b595e3a481f69d511c18ab81d55ea6e0d9 (diff)
another bad ident
-rwxr-xr-xterminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index aea86cc..f6cb897 100755
--- a/terminal.py
+++ b/terminal.py
@@ -82,7 +82,7 @@ class TerminalActivity(activity.Activity):
view_toolbar_button = ToolbarButton(
page=view_toolbar,
icon_name='toolbar-view')
- view_toolbar.show()
+ view_toolbar.show()
toolbar_box.toolbar.insert(view_toolbar_button, -1)
view_toolbar_button.show()