Re: [kopete-devel] Skype protocol for Kopete

2008-11-03 Thread Pali Rohár
Ok. I removed code for starting dbus. Olivier Goffart wrote / napísal(a): > Le mercredi 29 octobre 2008, Pali Rohár a écrit : > >> Hello, >> I've a question, >> in qdbus skypeconnection I don't port to kde4 starting dbus-launch >> (Communication between skype and kopete is throw dbus). >> It i

Re: [kopete-devel] Patch to be reviewed for a crash fixed in Kopete ( jabber issue )

2008-11-03 Thread Nicolas Lécureuil
On Mon, Nov 3, 2008 at 4:39 PM, David Faure <[EMAIL PROTECTED]> wrote: > On Sunday 02 November 2008, Nicolas Lécureuil wrote: >> +JabberCapabilitiesManager *cm = >> account->protocol()->capabilitiesManager(); >> +if ( cm && cm->capabilitiesEnabled(jid) ) >> +{ >> +d->capsEnable

Re: [kopete-devel] [PATCH] Suppress Sending Notification

2008-11-03 Thread Olivier Goffart
Le lundi 27 octobre 2008, Roman Jarosz a écrit : > On Mon, 27 Oct 2008 13:51:30 +0100, Matt Rogers <[EMAIL PROTECTED]> wrote: > > On Monday 27 October 2008 03:08:16 Roman Jarosz wrote: > >> On Mon, 27 Oct 2008 05:00:41 +0100, Matt Rogers <[EMAIL PROTECTED]> wrote: > >> > On Sunday 26 October 2008 1

Re: [kopete-devel] Skype protocol for Kopete

2008-11-03 Thread Olivier Goffart
Le mercredi 29 octobre 2008, Pali Rohár a écrit : > Hello, > I've a question, > in qdbus skypeconnection I don't port to kde4 starting dbus-launch > (Communication between skype and kopete is throw dbus). > It is necessary start dbus-launch with loading protocol or it is > automaticly start with st

Re: [kopete-devel] Patch to be reviewed for a crash fixed in Kopete ( jabber issue )

2008-11-03 Thread David Faure
On Sunday 02 November 2008, Nicolas Lécureuil wrote: > +    JabberCapabilitiesManager *cm = > account->protocol()->capabilitiesManager(); > +    if ( cm && cm->capabilitiesEnabled(jid) ) > +    { > +        d->capsEnabled = > account->protocol()->capabilitiesManager()->capabilitiesEnabled(jid); >