[telepathy-glib/master] contactlist example: remove unused variable assignment
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Dec 1 12:42:12 PST 2009
---
examples/cm/contactlist/contact-list-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/cm/contactlist/contact-list-manager.c b/examples/cm/contactlist/contact-list-manager.c
index c35b58d..aa1b433 100644
--- a/examples/cm/contactlist/contact-list-manager.c
+++ b/examples/cm/contactlist/contact-list-manager.c
@@ -907,7 +907,7 @@ example_contact_list_manager_request (ExampleContactListManager *self,
if (chan == NULL)
{
- chan = new_channel (self, handle_type, handle, request_token);
+ new_channel (self, handle_type, handle, request_token);
}
else if (require_new)
{
--
1.5.6.5
More information about the telepathy-commits
mailing list