Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/terminal.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-22 16:58:44 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-22 16:58:44 (GMT)
commitd610af8f1f9d5036adc819abe084e82f65636a06 (patch)
tree42e47146c8ee3646e4a721e8fde47f88f4c3e22c /terminal.py
parent11449a2ed65177c4cbfe5f2a724dfa899d810dcf (diff)
code comment
Diffstat (limited to 'terminal.py')
-rw-r--r--terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index b0aef58..bfae031 100644
--- a/terminal.py
+++ b/terminal.py
@@ -162,7 +162,7 @@ class TerminalActivity(activity.Activity):
vt = self._notebook.get_nth_page(self._notebook.get_current_page()).vt
vt.paste_clipboard()
- def _create_view_toolbar(self):
+ def _create_view_toolbar(self): # Zoom toolbar
view_toolbar = gtk.Toolbar()
zoom_out_button = ToolButton('zoom-out')