Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xterminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index 82479b2..f04fece 100755
--- a/terminal.py
+++ b/terminal.py
@@ -197,7 +197,7 @@ class TerminalActivity(activity.Activity):
self.notebook.show()
- def _update_accelerators(self, container):
+ def _update_accelerators(self, container): #update accelerators
for child in container.get_children():
if isinstance(child, ToolButton):
if child.props.accelerator is not None: