Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-20 20:11:07 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-08-20 20:11:07 (GMT)
commit5aa63fdb9eb41da52a78c84719b7b9b7a66615bf (patch)
tree23cee04691cd56d03a472627e51eccd4eac3df90
parentd0caf992776cf44ac71878cd6f8a808d60f651fb (diff)
Fix missing : after function declaration
-rwxr-xr-xshell/sugar-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 2121782..e7538b3 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -81,7 +81,7 @@ def check_gabble(bus_name):
pass
return False
-def main()
+def main():
_save_session_info()
_start_matchbox()
_setup_translations()