[empathy] remove double ;



commit d00ccf5d7f5da998dbcedcb6f420630e347cfe96
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Mar 10 09:00:34 2010 +0100

    remove double ;

 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 7165837..2a3fb77 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]