From d00ccf5d7f5da998dbcedcb6f420630e347cfe96 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 10 Mar 2010 09:00:34 +0100 Subject: remove double ; --- libempathy-gtk/empathy-contact-list-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 71658370a..2a3fb773e 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -895,10 +895,10 @@ contact_list_view_group_icon_cell_data_func (GtkTreeViewColumn *tree_column, -1); if (!is_group) - goto out;; + goto out; if (tp_strdiff (name, EMPATHY_CONTACT_LIST_STORE_FAVORITE)) - goto out;; + goto out; pixbuf = empathy_pixbuf_from_icon_name ("emblem-favorite", GTK_ICON_SIZE_MENU); -- cgit v1.2.3