From c75319eb432d4d815bf07ee30396f958b021abed Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 15 Jun 2010 18:29:03 -0700 Subject: Re-implement the context menu for Individuals --- src/empathy-main-window.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 9117c1b62..0e596fe0a 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -182,6 +182,9 @@ main_window_flash_foreach (GtkTreeModel *model, &individual, -1); + if (individual == NULL) + return FALSE; + contact = empathy_contact_from_folks_individual (individual); if (contact != data->event->contact) { if (contact) { -- cgit v1.2.3