[telepathy-ashes/master] Oops: forgot to "return" in my guard block.

David Laban david.laban at collabora.co.uk
Thu Oct 15 11:56:51 PDT 2009


fixes changes made in 332069086e611119be1824c86f105f2c77a69720
---
 ashes/tools/dispatchers.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ashes/tools/dispatchers.py b/ashes/tools/dispatchers.py
index 72f5bec..e9878bb 100644
--- a/ashes/tools/dispatchers.py
+++ b/ashes/tools/dispatchers.py
@@ -150,6 +150,7 @@ class ChannelDispatcher(ConnectionListener):
                 return
         if channel in self.channels:
             print "Channel already handled:", channel.object_path
+            return
 
         if handler_class is not None:
             # FIXME: split this out into its own function.
-- 
1.5.6.5




More information about the telepathy-commits mailing list