http://bugs.meego.com/show_bug.cgi?id=9949
--- Comment #3 from pohly <patrick.ohly(a)intel.com> 2010-12-20 03:59:06 PST ---
I've merged the following commits into syncevolution-1-1-branch. The correct
solution, as discussed on chat, is to replace the case-insensitive comparison
of config names with proper use of the canonical config name as assigned by
syncevo-dbus-server. This is a more intrusive change and should wait until 1.2.
commit bc870fcf73fed868dd0cf0e6913048efbf757897
Author: Jussi Kukkonen <jku(a)linux.intel.com>
Date: Wed Dec 15 22:14:15 2010 +0200
gtk-ui: Use "no-sync" flag on non syncing StartSession
Also fix incorrect Session.GetFlags and Server.StartSessionWithFlags
param in dbus xml definitions
commit 1c19f5ccac1a1da40275ac489488d681c67137cc
Author: Jussi Kukkonen <jku(a)linux.intel.com>
Date: Wed Dec 15 21:24:12 2010 +0200
dbus client wrapper: add GetConfigName
commit 0c6953c3e98273b0cc88c306bb48b8ba6d7b31e8
Author: Jussi Kukkonen <jku(a)linux.intel.com>
Date: Thu Nov 11 18:05:38 2010 +0000
gtk-ui: Update GetPresence handlers to match current API
the sync-ui code and dbus wrapper hadn't been updated when GetPresence()
signature changed. The changed parts weren't actually used.
commit 00d92673b1a01543e6eaf8b6fdff8b4d3d14ee0d
Author: Jussi Kukkonen <jku(a)linux.intel.com>
Date: Thu Nov 11 17:58:06 2010 +0000
gtk-ui: match config names insensitively
server_presence_changed_cb compares a config name with a value that
comes from defaultPeer -- latter is not necessarily lowercase.
commit e4e3916c30ca2e765f060072a23898be2d1b39eb
Author: Jussi Kukkonen <jku(a)linux.intel.com>
Date: Thu Nov 11 17:54:39 2010 +0000
gtk-ui: Use hyphen instead of underscore in signal names
Apparently both are acceptable but it seems some version of glib
requires the same one to be used in signal definition and connection.
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.