From fb1646127dc35b27f9264f8b686bf0095f977c5d Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Mon, 25 Jul 2011 19:11:16 +0000 Subject: code comment --- 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: -- cgit v0.9.1