Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_browsing.c 


Log Message:

Some more combo cleanup.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_browsing.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ephoto_browsing.c   5 Apr 2006 14:58:40 -0000       1.19
+++ ephoto_browsing.c   5 Apr 2006 17:22:27 -0000       1.20
@@ -228,36 +228,6 @@
                        free(itemp);
                }       
                
/***********************************************************************/
-               /*************Add the audio file to the slideshow**************/
-               while( !ecore_list_is_empty(audiofiles) ) {
-                       itemp = ecore_list_remove_first(audiofiles);
-                       
-                       bname2 = basename(itemp);
-               
-                       m->hbox = ewl_hbox_new();
-                       ewl_box_spacing_set(EWL_BOX(m->hbox), 5);
-                       ewl_widget_show(m->hbox);
-                       
-                       m->image = ewl_image_new();
-                       ewl_image_file_set(EWL_IMAGE(m->image), 
PACKAGE_DATA_DIR "/images/audio.png", NULL);
-                       ewl_container_child_append(EWL_CONTAINER(m->hbox), 
m->image);
-                       ewl_widget_show(m->image);
-               
-                       m->text = ewl_text_new();
-                       ewl_widget_name_set(m->text, itemp);
-                       ewl_text_text_set(EWL_TEXT(m->text), bname2);
-                       ewl_object_minimum_size_set(EWL_OBJECT(m->text), 10, 
16);
-                       ewl_object_fill_policy_set(EWL_OBJECT(m->text), 
EWL_FLAG_FILL_ALL);
-                       ewl_object_alignment_set(EWL_OBJECT(m->text), 
EWL_FLAG_ALIGN_CENTER);
-                       ewl_container_child_append(EWL_CONTAINER(m->hbox), 
m->text);
-                       ewl_widget_show(m->text);
-                       
-                       //ewl_container_child_append(EWL_CONTAINER(m->atext), 
m->hbox);
-                       //ewl_callback_append(m->text, EWL_CALLBACK_CLICKED, 
audio_cb, NULL);
-                       free(itemp);
-               }       
-               
/**********************************************************************/
-
                ecore_list_destroy(files);
                ecore_list_destroy(imagefiles);
        }




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