summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-27 14:20:49 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:42 +0200
commit045f4e1e8e3b951b8ecb1e251a0aa91471e47ef0 (patch)
treec00c3fd7c50f6652ef0f75181bbe9ac6fe6bc6c4
parent7532018ef16b109e99788a5f84d378391b97779e (diff)
improve comment
-rw-r--r--telepathy-glib/proxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 00aa586b..14b7ab3f 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -2119,7 +2119,9 @@ tp_proxy_poll_features (TpProxy *self,
next = iter->next;
- /* Core features have to be prepared first */
+ /* Core features have to be prepared first, in superclass-to-subclass
+ * order. The next core feature to be prepared, if any, is always at the
+ * head of prepare_requests. */
if (!core_prepared (self) &&
req != head)
{