[Bug 25715] Allow plugins to delay requests; start to separate McdChannel from the concept of a channel request
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 23 20:46:07 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=25715
--- Comment #2 from Vivek Dasmohapatra <vivek at collabora.co.uk> 2010-08-23 11:46:07 PDT ---
ooi, why cache the account path in a separate property if we're
also keeping the account?
---
@@ -137,8 +137,8 @@ _mcd_plugin_request_class_init (
g_object_class_install_property (object_class, PROP_REAL_REQUEST,
g_param_spec_object ("real-request", "Real channel request",
- "The underlying McdChannel",
- MCD_TYPE_CHANNEL,
+ "The underlying McrRequest",
+ MCD_TYPE_REQUEST,
Typo - McdRequest I assume
---
+_mcd_request_set_success (McdRequest *self)
⋮
+ DEBUG ("Ignoring an attempt to fail after already complete");
typo in DEBUG - attempt to succeed?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list