[totem] grilo: Fix value of remaining



commit 8cf8c4bd2887a79f630af5357cfca310600890f6
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 17 17:26:19 2014 +0100

    grilo: Fix value of remaining
    
    Don't set the address of the "remaining" variable as the number
    of remaining items.

 src/plugins/grilo/totem-grilo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index 26f9a47..bf9b907 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -373,7 +373,7 @@ browse_cb (GrlSource *source,
                                            -1);
                        remaining_expected--;
                        gtk_tree_store_set (GTK_TREE_STORE (bud->model), &parent,
-                                           MODEL_RESULTS_REMAINING, &remaining_expected,
+                                           MODEL_RESULTS_REMAINING, remaining_expected,
                                            -1);
                }
 


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