From 04988323be9cb9327f7f648fa3eaf7118f20100f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 14 Jan 2010 19:35:43 -0600 Subject: [PATCH] Updating from my tor-fixes of python-telepathy --- src/tp/conn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tp/conn.py b/src/tp/conn.py index 0498e64..93095c7 100644 --- a/src/tp/conn.py +++ b/src/tp/conn.py @@ -482,9 +482,9 @@ class ConnectionInterfaceRequests( HANDLE_TYPE_NONE) target_handle = props.get(CHANNEL_INTERFACE + '.TargetHandle', None) target_id = props.get(CHANNEL_INTERFACE + '.TargetID', None) - # Note: what the spec calls a handle, we call an ID - # What the spec calls an ID, we call a name - # What we call a handle is a handle object + # Note: what the spec calls a handle, we call an ID + # What the spec calls an ID, we call a name + # What we call a handle is a handle object altered_properties = props.copy() -- 1.7.9.5