summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-07 15:12:20 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-20 16:20:06 +0200
commitea27db414c21f855aea26c0ccfd4b4963ff05963 (patch)
tree69ff74a357f06a16647a6eab7bacd1d80045dc12
parent225b6c30b49208866e804a3e116a887a8c55a262 (diff)
downloadempathy-ea27db414c21f855aea26c0ccfd4b4963ff05963.tar.gz
coding style tweak
-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 231b1e1bb..094be41ac 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -200,8 +200,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)