]> git.0d.be Git - empathy.git/commitdiff
If the requested property is missing, assume we didn't request it
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 21 Jul 2009 23:00:33 +0000 (00:00 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 21 Jul 2009 23:00:33 +0000 (00:00 +0100)
MC5 tries to handle channels only signalled by the old NewChannel signal, but
the Requested property isn't set in that case. Assume that we didn't request it
in that case

libempathy/empathy-dispatcher.c

index bce9f7610f94acf1366da4c6d6800f14fe08c95d..0b2a74a2ebf9afc0258a40e4df60bc5367b6b6dc 100644 (file)
@@ -709,7 +709,7 @@ dispatcher_connection_new_channel_with_properties (
   if (!valid)
     {
       g_message ("%s had an invalid Requested property", object_path);
-      return;
+      requested = FALSE;
     }
 
   dispatcher_connection_new_channel (dispatcher, connection,