Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h 


Log Message:
* MIME-Action association saving is now in the UI and it saves on exit.  It is 
very cumbersome right now, but it works, and at least you can bind an action to 
a type without having to edit source.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entropy.h   26 Nov 2005 11:50:42 -0000      1.10
+++ entropy.h   26 Nov 2005 23:53:08 -0000      1.11
@@ -73,6 +73,7 @@
 
 /*Config functions*/
 void entropy_core_config_load();
+void entropy_core_config_save();
 char* entropy_core_home_dir_get();
 char* entropy_thumbnail_dir_get();
 int entropy_config_int_get(char* module, char* key);
@@ -92,6 +93,7 @@
 entropy_mime_action* entropy_core_mime_hint_get(char* mime_type);
 void entropy_core_mime_action_add(char* mime_type, char* action);
 
+
 /*Logging stuff*/
 
 void entropy_log(char* message, const int level);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to