]> git.0d.be Git - empathy.git/commitdiff
remove double ;
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 10 Mar 2010 08:00:34 +0000 (09:00 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 15 Mar 2010 08:28:42 +0000 (09:28 +0100)
libempathy-gtk/empathy-contact-list-view.c

index 71658370a93078cbd6d4c680f15cb051a40f4827..2a3fb773e0f3155a4dc21dc5deeeb288c9cb23c2 100644 (file)
@@ -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);