diff options
-rw-r--r-- | src/empathy-main-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 371d9d1e9..920840cad 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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; |