Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_file_cache_debug_dialog.c 


Log Message:
* Start of the file cache debug dialog

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/dialogs/etk_file_cache_debug_dialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_file_cache_debug_dialog.c       5 Mar 2006 23:57:56 -0000       1.1
+++ etk_file_cache_debug_dialog.c       6 Mar 2006 08:26:13 -0000       1.2
@@ -1,7 +1,7 @@
 #include "entropy.h"
 #include <Etk.h>
 
-void etk_mime_dialog_create()
+void etk_file_cache_dialog_create()
 {
        Etk_Widget* window = NULL;
        Etk_Widget* tree = NULL;
@@ -10,15 +10,14 @@
        Etk_Tree_Col* col1;
        Etk_Tree_Col* col2;
 
-
        char* key;
        entropy_mime_action* action;
        Ecore_List* keys;
 
        window = etk_window_new();
 
-       etk_window_title_set(ETK_WINDOW(window), "Program Associations");
-       etk_window_wmclass_set(ETK_WINDOW(window), "mimedialog", "mimedialog");
+       etk_window_title_set(ETK_WINDOW(window), "File Cache");
+       etk_window_wmclass_set(ETK_WINDOW(window), "entropyfilecache", 
"entropyfilecache");
 
        etk_widget_size_request_set(ETK_WIDGET(window), 450, 500);
 
@@ -40,15 +39,6 @@
        col1 = etk_tree_nth_col_get(ETK_TREE(tree), 0);
        col2 = etk_tree_nth_col_get(ETK_TREE(tree), 1);
        
-       keys = ecore_hash_keys(entropy_core_get_core()->mime_action_hint);
-       while ((key = ecore_list_remove_first(keys))) {
-            etk_tree_append(ETK_TREE(tree), 
-                 col1, key, 
-                 col2,  
((entropy_mime_action*)ecore_hash_get(entropy_core_get_core()->mime_action_hint,
 key))->executable,
-                 NULL);
-       }
-
-
        etk_widget_show_all(window);
 }
 




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