aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-07-15 22:00:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-15 22:00:44 +0800
commiteda5794e3d8e5c6bb3b497ae5ef6456bf3277886 (patch)
tree13a21e769884bc56ead7084ab0443ae85aaad317 /libempathy-gtk
parent85f1114dfde72df49d377eb56e4703213243f661 (diff)
downloadgsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar.gz
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar.bz2
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar.lz
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar.xz
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.tar.zst
gsoc2013-empathy-eda5794e3d8e5c6bb3b497ae5ef6456bf3277886.zip
Remove an empty line
svn path=/trunk/; revision=1249
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 4760b4253..d51fade2a 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -153,7 +153,6 @@ contact_list_view_flash_foreach (GtkTreeModel *model,
GtkTreePath *parent_path = NULL;
GtkTreeIter parent_iter;
-
gtk_tree_model_get (model, iter,
EMPATHY_CONTACT_LIST_STORE_COL_CONTACT, &contact,
-1);