]> git.0d.be Git - empathy.git/blobdiff - src/empathy-main-window.c
Add a comment telling that if there is no event the default handler of row-activated...
[empathy.git] / src / empathy-main-window.c
index 371d9d1e98ea4d3eb22f83bb1bd3a190c13903ec..920840cad997437c9a59cd3b2815b567560e8694 100644 (file)
@@ -346,7 +346,8 @@ main_window_row_activated_cb (EmpathyContactListView *view,
                return;
        }
 
-       /* If the contact has an event, activate it */
+       /* If the contact has an event activate it, otherwise the
+        * default handler of row-activated will be called. */
        events = empathy_event_manager_get_events (window->event_manager);
        for (l = events; l; l = l->next) {
                EmpathyEvent *event = l->data;