summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/dbus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dbus.py b/python/dbus.py
index 6d38667d..2857e15f 100644
--- a/python/dbus.py
+++ b/python/dbus.py
@@ -63,7 +63,7 @@ class Bus:
"""bus_type=[Bus.TYPE_SESSION | Bus.TYPE_SYSTEM | Bus.TYPE_ACTIVATION]
"""
- ACTIVATION_REPLY_ACTIVE = dbus_bindings.ACTIVATION_REPLY_ACTIVE
+ ACTIVATION_REPLY_ACTIVATED = dbus_bindings.ACTIVATION_REPLY_ACTIVATED
ACTIVATION_REPLY_ALREADY_ACTIVE = dbus_bindings.ACTIVATION_REPLY_ALREADY_ACTIVE
def __init__(self, bus_type=TYPE_SESSION, glib_mainloop=True):