Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
* Squash warnings (my rule: one warning, per day - shouldn't take long)
* 'Cut' support! Finally!
* File create notify for icon view

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- entropy_core.c      5 Sep 2006 06:47:14 -0000       1.90
+++ entropy_core.c      6 Sep 2006 11:09:22 -0000       1.91
@@ -884,6 +884,16 @@
        core_core->selected_files = ecore_list_new();
 }
 
+void entropy_core_selection_type_set(Entropy_Selection_Type stype)
+{
+       core_core->selection_type = stype;
+}
+
+Entropy_Selection_Type entropy_core_selection_type_get()
+{
+       return core_core->selection_type;
+}
+
 void entropy_core_selected_file_add(entropy_generic_file* file) {
        ecore_list_append(core_core->selected_files, 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