Comment 16 for bug 314927

Revision history for this message
leeight (leeight) wrote : Re: Pidgin chat action fails to open chat, sending wrong param over dbus

OK

i fix this problem.

change
            int PurpleConversationNew (uint type, int account, string name);
to
            int PurpleConversationNew (int type, int account, string name);

in Pidgin/src/Pidgin.cs