summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2004-12-30 18:28:03 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2004-12-30 18:28:03 +0000
commit7da3315f8cfc599d4b4ac2a21834550b0f10f344 (patch)
tree7991d5e4b50d10ac42400029af0ff90b9f8dbc28 /python
parent63586e48f4b1c214385428d17fb2e40e04b99f5c (diff)
2004-12-30 John (J5) Palmieri <johnp@redhat.com>
* python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
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):