Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/fileman Modified Files: e_mod_config.c Log Message: Enable List View & Clean up some formatting. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_mod_config.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_mod_config.c 13 Aug 2007 00:00:13 -0000 1.5 +++ e_mod_config.c 14 Sep 2007 17:43:36 -0000 1.6 @@ -19,46 +19,52 @@ int show_desktop_icons; } view; /* display of icons */ - struct { - struct { - int w, h; - } icon; - struct { - int w, h; - } list; - struct { - int w; - int h; - } fixed; - struct { - int show; - } extension; - const char *key_hint; - } icon; + struct + { + struct + { + int w, h; + } icon; + struct + { + int w, h; + } list; + struct + { + int w, h; + } fixed; + struct + { + int show; + } extension; + const char *key_hint; + } icon; /* how to sort files */ - struct { - struct { - int no_case; - struct { - int first; - int last; - } dirs; - } sort; - } list; + struct + { + struct + { + int no_case; + struct { + int first, last; + } dirs; + } sort; + } list; /* control how you can select files */ - struct { - int single; - int windows_modifiers; - } selection; + struct + { + int single; + int windows_modifiers; + } selection; /* the background - if any, and how to handle it */ /* FIXME: not implemented yet */ - struct { - const char *background; - const char *frame; - const char *icons; - int fixed; - } theme; - + struct + { + const char *background; + const char *frame, *icons; + int fixed; + } theme; + E_Config_Dialog *cfd; }; @@ -166,7 +172,6 @@ e_widget_disabled_set(ob, 1); e_widget_framelist_object_append(of, ob); ob = e_widget_radio_add(evas, _("List"), 5, rg); - e_widget_disabled_set(ob, 1); e_widget_framelist_object_append(of, ob); e_widget_list_object_append(o, of, 1, 1, 0.5); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs