diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2004-12-30 18:28:03 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2004-12-30 18:28:03 +0000 | 
| commit | 7da3315f8cfc599d4b4ac2a21834550b0f10f344 (patch) | |
| tree | 7991d5e4b50d10ac42400029af0ff90b9f8dbc28 | |
| parent | 63586e48f4b1c214385428d17fb2e40e04b99f5c (diff) | |
2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
	* python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | python/dbus.py | 2 | 
2 files changed, 5 insertions, 1 deletions
| @@ -1,5 +1,9 @@  2004-12-30  John (J5) Palmieri  <johnp@redhat.com> +	* python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED + +2004-12-30  John (J5) Palmieri  <johnp@redhat.com> +  	* python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED  	and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in  	dbus-protocol.h.  Because they are defines and not enums they are not 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): | 
