Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        ewl_icon_local_viewer.c structure_viewer.c 


Log Message:
- update to match EWL changes

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_icon_local_viewer.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_icon_local_viewer.c     28 Dec 2005 00:14:16 -0000      1.42
+++ ewl_icon_local_viewer.c     29 Dec 2005 19:38:07 -0000      1.43
@@ -136,7 +136,7 @@
 void ewl_iconbox_file_copy_cb(Ewl_Widget *w , void *ev_data , void *user_data 
) {
        Ecore_List* icon_list;
        gui_file* file;
-       Ewl_IconBox_Icon* list_item;
+       Ewl_Iconbox_Icon* list_item;
        entropy_gui_component_instance* instance = 
(entropy_gui_component_instance*)user_data;
 
        /*Clear the existing contents*/
@@ -342,14 +342,14 @@
 }
 
 void ewl_icon_local_viewer_delete_selected(entropy_gui_component_instance* 
instance) {
-               Ewl_IconBox* ib = 
EWL_ICONBOX(((entropy_icon_viewer*)instance->data)->iconbox);
+               Ewl_Iconbox* ib = 
EWL_ICONBOX(((entropy_icon_viewer*)instance->data)->iconbox);
                entropy_icon_viewer* viewer= instance->data;
 
                Ecore_List* new_file_list = ecore_list_new();
                Ecore_List* icon_list;
                entropy_generic_file* file;
                gui_file* local_file;
-               Ewl_IconBox_Icon* list_item;
+               Ewl_Iconbox_Icon* list_item;
                
 
                
@@ -410,7 +410,7 @@
 }
 
 
-void ewl_icon_local_viewer_key_event_cb(Ewl_IconBox* ib, void* data, char* 
key)  {
+void ewl_icon_local_viewer_key_event_cb(Ewl_Iconbox* ib, void* data, char* 
key)  {
        entropy_icon_viewer* viewer = 
((entropy_gui_component_instance*)data)->data;
        
        printf("Received controlled key: '%s'\n", key);
@@ -589,7 +589,7 @@
                entropy_icon_viewer* view = comp->data;
        
                
-               Ewl_IconBox_Icon* icon;
+               Ewl_Iconbox_Icon* icon;
                gui_file* gui_object;
 
                if (!ecore_hash_get(view->gui_hash, list_item)) {       
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/structure_viewer.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- structure_viewer.c  22 Dec 2005 04:34:43 -0000      1.20
+++ structure_viewer.c  29 Dec 2005 19:38:07 -0000      1.21
@@ -167,9 +167,9 @@
                printf("Drop widget: '%s'\n", widget->inheritance);
                if (ewl_widget_type_is(widget, "icon")) {
                        char* folder;
-                       Ewl_IconBox* iconbox = 
EWL_ICONBOX_ICON(widget)->icon_box_parent;
+                       Ewl_Iconbox* iconbox = 
EWL_ICONBOX_ICON(widget)->icon_box_parent;
                        Ecore_List* sel_list = 
ewl_iconbox_get_selection(iconbox);
-                       Ewl_IconBox_Icon* icon;
+                       Ewl_Iconbox_Icon* icon;
                        entropy_generic_file* file;
                        char dest_dir[PATH_MAX];
 




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