[Bug 55391] stop MC using things deprecated in 0.20
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Oct 8 15:43:35 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55391
--- Comment #34 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
(In reply to comment #24)
> This particular patch band goes like this:
>
> ⇥⇥⇥⇥⇥⇥⇥⇥command.common.account = ensure_prefix (command.common.account);
> -⇥⇥⇥⇥⇥⇥⇥⇥a = tp_account_new (dbus, command.common.account, &error);
> + a = tp_simple_client_factory_ensure_account (client_factory,
> + command.common.account, NULL, &error);
>
> where ⇥⇥⇥⇥⇥⇥⇥⇥ represents a tab.
Any objection?
(In reply to comment #25)
> Should be documented in tests/twisted/README.
Sure.
> run_and_bt.gdb could be moved to tests/twisted/tools
That's where Jonny put it, but I don't particularly like that split - hiding
generally-useful things in a fairly obscure subdirectory seems undesirable.
> (or it could be added to tp-glib as well actually)
Sure, I can do that.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list