Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Danielle Madeley
On Sun, 2011-06-12 at 03:12 -0400, Mystilleef wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last): File /home/lateef/teletest/AccountCreator.py, line 75, in __create_async_cb account =

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Mystilleef
On Mon, Jun 13, 2011 at 5:04 AM, Danielle Madeley danielle.made...@collabora.co.uk wrote: On Sun, 2011-06-12 at 03:12 -0400, Mystilleef wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last):   File

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Danielle Madeley
Paste the code somewhere? On Mon, 2011-06-13 at 07:03 -0400, Mystilleef wrote: On Mon, Jun 13, 2011 at 5:04 AM, Danielle Madeley danielle.made...@collabora.co.uk wrote: On Sun, 2011-06-12 at 03:12 -0400, Mystilleef wrote: I get the following error when I use an integer parameter during

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Tomeu Vizoso
On Sun, Jun 12, 2011 at 09:12, Mystilleef mystill...@gmail.com wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last):  File /home/lateef/teletest/AccountCreator.py, line 75, in __create_async_cb    account =

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Danielle Madeley
On Mon, 2011-06-13 at 15:23 +0200, Tomeu Vizoso wrote: I'm I doing something wrong? Or is this a bug? PyGObject is auto-converting your Python int into a GValue, but isn't choosing the type that the C side expects. What i think should be done in this case (other than moving tp-glib from

Re: [Telepathy] Fwd: GSoC Project: Add OTR support to Telepathy/Empathy for XMPP

2011-06-13 Thread Christian Anderson
Sorry for the brevity of my previous reply. I was traveling. I think the spec, as it stands, is a great start and more than enough to start coding from. But I think the handling of OTR overtures is poorly designed. I am talking about two components of the spec: 1) The AutoStart and AutoAccept

[Telepathy] ICQ SSL option

2011-06-13 Thread Timur Irikovich Davletshin
Hello there! As might know there is a problem with ICQ login since June 10th. Mentioned below solution worked for me with empathy 2.32 in Ubuntu 10.10, but it doesn't in 3.0 giving output Protocol 'icq' does not have parameter 'use-ssl'

Re: [Telepathy] ICQ SSL option

2011-06-13 Thread Will Thompson
On 13/06/11 20:05, Timur Irikovich Davletshin wrote: Hello there! As might know there is a problem with ICQ login since June 10th. Mentioned below solution worked for me with empathy 2.32 in Ubuntu 10.10, but it doesn't in 3.0 giving output Protocol 'icq' does not have parameter 'use-ssl'

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Mystilleef
On Mon, Jun 13, 2011 at 9:23 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: On Sun, Jun 12, 2011 at 09:12, Mystilleef mystill...@gmail.com wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last):  File