Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/fileman


Modified Files:
        e_fwin.c 


Log Message:
Remove #if 0 on the toolbar.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_fwin.c    9 Nov 2007 23:33:23 -0000       1.16
+++ e_fwin.c    11 Nov 2007 19:51:51 -0000      1.17
@@ -375,14 +375,12 @@
    evas_object_move(o, 0, 0);
    evas_object_show(o);
 
-#if 0
    if (fileman_config->view.show_toolbar) 
      {
        fwin->tbar = e_toolbar_new(e_win_evas_get(fwin->win), "toolbar", 
                              fwin->win, fwin->fm_obj);
        e_toolbar_show(fwin->tbar);
      }
-#endif
 
    o = edje_object_add(e_win_evas_get(fwin->win));
    edje_object_part_swallow(fwin->bg_obj, "e.swallow.bg", o);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to