On Mon, 2015-03-09 at 15:47 +0100, Florian Baumann wrote:
> So I recompiled evolution and evolution-data-server with debug 
> symbols
> enabled. As it turns out, the G_IS_SOCKET_CONNECTION check returns
> false, so it the function immediately returns.

        Hi,
hmm, interesting. How do you connect to that server then?

Could you add this line just in front of the 'if 
(G_IS_SOCKET_CONNECTION(...))', like line 1222, and write here what 
will be printed on the console, please? (It'll be printed multiple 
times, one line is sufficient.)

   g_print ("%s: %p (%s)\n", __FUNCTION__, connection, G_OBJECT_TYPE_NAME 
(connection));

Thanks in advance.
        Bye,
        Milan
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to