[Bug 55391] stop MC using things deprecated in 0.20

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 5 11:58:09 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=55391

--- Comment #24 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
(In reply to comment #23)
> we don't need an automatic factory here, the simple is enough.

True. I can switch it to the simpler version if you prefer.

> @@ +1450,1 @@
> >  
> 
> indentation looks weird, is there a mix of spaces and tabs here?

Yes. The coding style in that file is pretty weird all round; I didn't want to
run it through indent(1) or anything, at least not right now.

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the telepathy-bugs mailing list