aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 920840cad..f00139be2 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -356,7 +356,8 @@ main_window_row_activated_cb (EmpathyContactListView *view,
DEBUG ("Activate event");
empathy_event_activate (event);
- /* We don't want the default handler of this signal */
+ /* We don't want the default handler of this signal
+ * (e.g. open a chat) */
g_signal_stop_emission_by_name (view, "row-activated");
break;
}