[Xfce4-commits] <tumbler:master> Revert "Extra debug check."

Nick Schermer noreply at xfce.org
Sun May 5 21:38:03 CEST 2013


Updating branch refs/heads/master
         to 3924e04794c1d69248c5cb3298c954fdd266b389 (commit)
       from a96c41234f78438044cb46fc50d6d8b063f21dd3 (commit)

commit 3924e04794c1d69248c5cb3298c954fdd266b389
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 5 21:36:53 2013 +0200

    Revert "Extra debug check."
    
    This reverts commit 472f842d2661ba506fd831d8b6fafa7474164989.

 tumblerd/tumbler-registry.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tumblerd/tumbler-registry.c b/tumblerd/tumbler-registry.c
index 61877a5..77bc74f 100644
--- a/tumblerd/tumbler-registry.c
+++ b/tumblerd/tumbler-registry.c
@@ -476,8 +476,6 @@ tumbler_registry_get_thumbnailer_array (TumblerRegistry    *registry,
       list = tumbler_registry_lookup (registry, hash_key);
       for (lp = list; lp != NULL; lp = lp->next)
         {
-          g_assert (lp != NULL && TUMBLER_IS_THUMBNAILER (lp->data));
-
           /* check if the file size is a limitation */
           max_file_size = tumbler_thumbnailer_get_max_file_size (lp->data);
           if (max_file_size > 0)


More information about the Xfce4-commits mailing list