Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:
Add fdo instrumentation to fm.  Might be better places for this.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- e_fm.c      24 Sep 2006 00:48:14 -0000      1.76
+++ e_fm.c      25 Sep 2006 13:35:59 -0000      1.77
@@ -784,6 +784,7 @@
     */
    /* if i add the above pre-scan and it doesnt finish - continue here */
    if ((sd->scan_idler) || (sd->scan_timer)) return;
+   ecore_desktop_instrumentation_reset();
    sd->scan_idler = ecore_idler_add(_e_fm2_cb_scan_idler, obj);
    sd->scan_timer = ecore_timer_add(0.2, _e_fm2_cb_scan_timer, obj);
    edje_object_signal_emit(sd->overlay, "e,state,busy,start", "e");
@@ -838,6 +839,7 @@
    E_FREE(sd->tmp.list_index);
    _e_fm2_queue_free(obj);
    _e_fm2_obj_icons_place(sd);
+   ecore_desktop_instrumentation_print();
 }
 
 static void



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to