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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 577f45bb3..371d9d1e9 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -352,7 +352,11 @@ main_window_row_activated_cb (EmpathyContactListView *view,
EmpathyEvent *event = l->data;
if (event->contact == contact) {
+ DEBUG ("Activate event");
empathy_event_activate (event);
+
+ /* We don't want the default handler of this signal */
+ g_signal_stop_emission_by_name (view, "row-activated");
break;
}
}