Package: telepathy-glib / 0.18.2-2

Metadata

Package Version Patches format
telepathy-glib 0.18.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix incorrect error on UpdateLocalMediaDescription.patch | (download)

telepathy-glib/base-media-call-content.c | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 [patch 1/2] fix incorrect error on updatelocalmediadescription

Remove the code that errors out a local description update if there is
*any* outstanding offer. A bit later in the same function a proper check
is done to see if there is a offer for the update contact, which is
correct.

Conflicts:
	telepathy-glib/base-media-call-content.c

Fix retrieving the remove contact from a MediaDescri.patch | (download)

telepathy-glib/base-media-call-content.c | 16 9 + 7 - 0 !
1 file changed, 9 insertions(+), 7 deletions(-)

 [patch 2/2] fix retrieving the remove contact from a
 MediaDescription hash

Correctly get the remote contact handle out of the MediaDescription
hash, it's an a{sv} not string => uint32.