diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 6550c1f25..f46d15f80 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1533,7 +1533,7 @@ empathy_dispatcher_find_channel_classes (EmpathyDispatcher *dispatcher, if (!channel_class_matches (class, channel_type, handle_type, fixed_properties)) continue; - + matching_classes = g_list_prepend (matching_classes, class); } |