diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 4 |
1 files 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); |