Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_mime_dialog_main.c 


Log Message:
* Implement a config versioning system.  Sorry guys, but this means your config 
will be wiped out more often.  If you have any suggestions for the default 
config (MIME->App mappings, etc), feel free to contact me

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/dialogs/etk_mime_dialog_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- etk_mime_dialog_main.c      19 Mar 2006 04:28:42 -0000      1.7
+++ etk_mime_dialog_main.c      19 Mar 2006 10:38:47 -0000      1.8
@@ -164,7 +164,7 @@
 
 
        
-       binding = 
evas_list_nth(entropy_core_get_core()->config->Config_Mimes->mime_bindings, 
record);
+       binding = 
evas_list_nth(entropy_core_get_core()->config->Loaded_Config->mime_bindings, 
record);
 
        etk_tree_freeze(ETK_TREE(tree));
        etk_tree_clear(ETK_TREE(tree));
@@ -225,7 +225,7 @@
        col2 = etk_tree_nth_col_get(ETK_TREE(tree), 1);
 
 
-       for (l = entropy_core_get_core()->config->Config_Mimes->mime_bindings; 
l; ) {
+       for (l = entropy_core_get_core()->config->Loaded_Config->mime_bindings; 
l; ) {
                binding = l->data;
 
                row = etk_tree_append(ETK_TREE(tree), 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to