[Goodies-commits] r4741 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Tue May 6 11:27:26 CEST 2008


Author: stephan
Date: 2008-05-06 09:27:26 +0000 (Tue, 06 May 2008)
New Revision: 4741

Modified:
   ristretto/trunk/src/navigator.c
Log:
Remove debug message


Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2008-05-06 09:11:24 UTC (rev 4740)
+++ ristretto/trunk/src/navigator.c	2008-05-06 09:27:26 UTC (rev 4741)
@@ -504,7 +504,6 @@
 
     if (g_list_index(navigator->file_list, entry) ==  -1)
     {
-        g_debug("Add: ");
         navigator->file_list = g_list_insert_sorted(navigator->file_list, entry, navigator->compare_func);
         if (!navigator->file_iter)
         {




More information about the Goodies-commits mailing list