[totem] grilo: Remove fixed FIXME



commit b8f78290d47507fc9512879eefbeb3c264c393d0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 17 18:13:27 2014 +0100

    grilo: Remove fixed FIXME

 src/plugins/grilo/totem-grilo.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index ce02d9d..167b9af 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -1134,8 +1134,6 @@ get_more_browse_results_cb (GtkAdjustment *adjustment,
        if (model == self->priv->browser_recent_model)
                return;
 
-       //FIXME this is broken, our checks are on the filter model, not the original model
-
        /* Start to check from last visible element, and check if its parent can get more elements */
        while (gtk_tree_path_compare (start_path, end_path) <= 0 &&
               stop_processing == FALSE) {


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