Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h Makefile.am 
Added Files:
        ewl_filelist_model.c ewl_filelist_model.h 


Log Message:

Added ewl_filelist_model.c and ewl_filelist_model.h in steps to convert 
filelist to mvc.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- Ewl.h       27 Oct 2007 23:37:59 -0000      1.31
+++ Ewl.h       4 Nov 2007 23:28:03 -0000       1.32
@@ -333,6 +333,7 @@
 #include <ewl_freebox.h>
 
 #include <ewl_filelist.h>
+#include <ewl_filelist_model.h>
 #include <ewl_filelist_list.h>
 #include <ewl_filelist_icon.h>
 #include <ewl_filelist_column.h>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- Makefile.am 27 Oct 2007 23:37:59 -0000      1.54
+++ Makefile.am 4 Nov 2007 23:28:03 -0000       1.55
@@ -41,6 +41,7 @@
        ewl_expansion.h \
        ewl_floater.h \
        ewl_filelist.h \
+       ewl_filelist_model.h \
        ewl_filelist_tree.h\
        ewl_filelist_list.h\
        ewl_filelist_icon.h \
@@ -129,6 +130,7 @@
        ewl_expansion.c \
        ewl_floater.c \
        ewl_filelist.c \
+       ewl_filelist_model.c \
        ewl_filelist_tree.c \
        ewl_filelist_list.c \
        ewl_filelist_icon.c \



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