Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:


remove debugging printfs from fm

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_fm.c      9 Nov 2006 13:16:31 -0000       1.110
+++ e_fm.c      12 Nov 2006 03:22:36 -0000      1.111
@@ -967,8 +967,8 @@
                  ic2 = l->data;
                  if (!strcmp(ic2->info.file, file_rel))
                    {
-                      printf("ADD %s rel: %s after=%i\n", 
-                             ic->info.file, ic2->info.file, after);
+//                    printf("ADD %s rel: %s after=%i\n", 
+//                           ic->info.file, ic2->info.file, after);
                       if (after)
                         sd->icons = evas_list_append_relative(sd->icons, ic, 
ic2);
                       else
@@ -3269,9 +3269,6 @@
               }
          }
      }
-   printf("multi_sel=%i, selected=%i up=%i, dnd=%i\n", 
-         multi_sel, (ic->selected),
-         up, (int)ic->drag.dnd);
    if ((multi_sel) && (ic->selected))
      {
        if ((up) && (!ic->drag.dnd) && (!ic->down_sel))
@@ -3520,7 +3517,6 @@
    int have_alpha;
    
    o = data;
-   printf("dnd gen\n");
    e_icon_size_get(obj, &w, &h);
    have_alpha = e_icon_alpha_get(obj);
 //   if (ic->sd->config->view.mode == E_FM2_VIEW_MODE_LIST)
@@ -3541,7 +3537,6 @@
    E_Fm2_Icon *ic;
    
    ic = data;
-   printf("GEN!\n");
    if (ic->realized)
      {
        Evas_Coord w = 0, h = 0;
@@ -5090,7 +5085,6 @@
    if (!sd->live.actions) return;
    if ((sd->live.idler) || (sd->live.timer) ||
        (sd->scan_idler) || (sd->scan_timer)) return;
-   printf("live idler and timer add!\n");
    sd->live.idler = ecore_idler_add(_e_fm2_cb_live_idler, obj);
    sd->live.timer = ecore_timer_add(0.2, _e_fm2_cb_live_timer, obj);
 }
@@ -5134,7 +5128,6 @@
    if (!sd->live.actions) return;
    a = sd->live.actions->data;
    sd->live.actions = evas_list_remove_list(sd->live.actions, 
sd->live.actions);
-   printf("live: %i\n", a->type);
    switch (a->type)
      {
       case FILE_ADD:
@@ -5193,7 +5186,6 @@
    if (sd->live.actions) return 1;
    _e_fm2_live_process_end(data);
    _e_fm2_cb_live_timer(data);
-   printf("write changes %i | %i\n", sd->order_file, 
sd->config->view.always_order);
    if ((sd->order_file) || (sd->config->view.always_order))
      _e_fm2_order_file_rewrite(data);
    sd->live.idler = NULL;
@@ -5210,16 +5202,13 @@
    if (sd->queue) _e_fm2_queue_process(data);
    else if (sd->iconlist_changed)
      {
-       printf("queue update\n");
        if (sd->resize_job) ecore_job_del(sd->resize_job);
        sd->resize_job = ecore_job_add(_e_fm2_cb_resize_job, sd->obj);
      }
    else
      {
-       printf("else...\n");
        if (sd->live.deletions)
          {
-            printf("queu update\n");
             sd->iconlist_changed = 1;
             if (sd->resize_job) ecore_job_del(sd->resize_job);
             sd->resize_job = ecore_job_add(_e_fm2_cb_resize_job, sd->obj);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to