Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-20 13:15:44 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-20 13:15:44 (GMT)
commit1ba5cddaa3f6e6c1963172d8701bae774973e8f8 (patch)
tree1ec7b945476b3cc351020f66f2621db4bb30c37d /shell
parent33094dfa504eb3279d52b0fbcd207d4a9faed09f (diff)
Use CamelCase for dbus methods.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/keyhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/keyhandler.py b/shell/view/keyhandler.py
index 3b43bd6..23075d4 100644
--- a/shell/view/keyhandler.py
+++ b/shell/view/keyhandler.py
@@ -224,4 +224,4 @@ class KeyHandler(object):
proxy = bus.get_object('org.laptop.sugar.Console',
'/org/laptop/sugar/Console')
console = dbus.Interface(proxy, 'org.laptop.sugar.Console')
- console.toggle_visibility()
+ console.ToggleVisibility()