Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        etk_meta_plugin.c etk_structure_viewer.c 


Log Message:
* Fixups for tree code

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_meta_plugin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- etk_meta_plugin.c   24 Jan 2007 22:49:13 -0000      1.4
+++ etk_meta_plugin.c   1 Mar 2007 16:30:08 -0000       1.5
@@ -157,6 +157,8 @@
   instance->layout_parent = layout;
   instance->core = core;
 
+  Etk_Tree_Col* tree_col;
+
   entropy_core_component_event_register (instance,
                                         entropy_core_gui_event_get
                                         
(ENTROPY_GUI_EVENT_FILE_METADATA_AVAILABLE));
@@ -173,7 +175,8 @@
        etk_tree_col_model_add(col_tree, etk_tree_model_text_new());
   col_tree = etk_tree_col_new(ETK_TREE(view->list), _("Value"), 200, 0.0);
        etk_tree_col_model_add(col_tree, etk_tree_model_text_new());
-  etk_tree_build(ETK_TREE(view->list));
+  
+       etk_tree_build(ETK_TREE(view->list));
   etk_container_add(ETK_CONTAINER(view->window), view->list);
   
 
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_structure_viewer.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- etk_structure_viewer.c      24 Jan 2007 22:49:13 -0000      1.34
+++ etk_structure_viewer.c      1 Mar 2007 16:30:08 -0000       1.35
@@ -74,7 +74,7 @@
    entropy_gui_component_instance* instance;
    event_file_core* e_event;
 
-   /*FIXME - DND is disabled during the transition to tree2*/
+   /*FIXME - DND is disabled during the transition to tree*/
    return;
    
    ev = event;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to