aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-07 21:12:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-07 21:18:36 +0800
commit5ad816894a9a08c52298a84a183f6d853654f913 (patch)
tree96370d1904bf923b1b6664130625727f74695486 /src/empathy-main-window.c
parent35800bfe0a29ff002cb8ee3c49a771e90e0d4f10 (diff)
downloadgsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar.gz
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar.bz2
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar.lz
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar.xz
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.tar.zst
gsoc2013-empathy-5ad816894a9a08c52298a84a183f6d853654f913.zip
coding style tweak
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 069ad54ae..a120d5891 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -204,8 +204,7 @@ main_window_flash_foreach (GtkTreeModel *model,
GdkPixbuf *pixbuf = NULL;
gtk_tree_model_get (model, iter,
- EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL,
- &individual,
+ EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL, &individual,
-1);
if (individual == NULL)