http://bugs.meego.com/show_bug.cgi?id=7761
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from pohly <[email protected]> 2010-09-30 05:55:20 PDT --- commit 320e23e31d163e858ab4e03488b288350f336004 Author: Patrick Ohly <[email protected]> Date: Thu Sep 30 10:32:13 2010 +0200 D-Bus API: added missing Session.Attach() (BMC #7761) It was always part of the design that multiple clients can use any session. Somehow we forgot to implement Session.Attach(), the call that allows a client which hasn't started a session to register it's interest in the session. In particular, that session won't go away unless the client exits or detaches. This patch adds that missing call, a corresponding capability ("SessionAttach") and a unit test. The unit test covers recursive attach/detach, it does not actually verify that the session remains around. -- 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. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
