Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:


remove some printfs. this works. niice!. :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- e_fm.c      4 Nov 2006 04:49:36 -0000       1.106
+++ e_fm.c      4 Nov 2006 04:52:24 -0000       1.107
@@ -808,7 +808,7 @@
    if ((S_ISDIR(ici->statinfo.st_mode)) && (!ici->real_link))
      fi->is_dir = 1;
    fi->fop->items = evas_list_append(fi->fop->items, fi);
-   printf("ADD0: %s\n", fi->file);
+//   printf("ADD0: %s\n", fi->file);
 }
 
 /* FIXME: not so easy with .orders etc. */
@@ -5381,7 +5381,6 @@
                                 e_dialog_text_set(dialog, text);
                                 e_win_centered_set(dialog->win, 1);
                                 e_dialog_show(dialog);
-                                // e_object_del(E_OBJECT(dialog));
                              }
                         }
                    }
@@ -5404,7 +5403,7 @@
                  snprintf(buf, sizeof(buf), "%s/%s", fi->file, dp->d_name);
                  fi2->file = evas_stringshare_add(buf);
                  fi->fop->items = evas_list_prepend(fi->fop->items, fi2);
-                 printf("ADD: %s\n", fi2->file);
+//               printf("ADD: %s\n", fi2->file);
                  return 1;
               }
          }
@@ -5442,7 +5441,6 @@
                                 e_dialog_text_set(dialog, text);
                                 e_win_centered_set(dialog->win, 1);
                                 e_dialog_show(dialog);
-                                // e_object_del(E_OBJECT(dialog));
                              }
                         }
                    }
@@ -5481,7 +5479,6 @@
                            e_dialog_text_set(dialog, text);
                            e_win_centered_set(dialog->win, 1);
                            e_dialog_show(dialog);
-                           // e_object_del(E_OBJECT(dialog));
                         }
                    }
               }
@@ -5494,7 +5491,7 @@
        break;
      }
    /* remove and free */
-   printf("DONE: %s\n", fi->file);
+//   printf("DONE: %s\n", fi->file);
    fop->items = evas_list_remove_list(fop->items, fop->items);
    if (fi->file)
      {



-------------------------------------------------------------------------
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