Enlightenment CVS committal Author : titansoccer15 Project : e17 Module : proto
Dir : e17/proto/ephoto/src Modified Files: ephoto_browsing.c Log Message: Remove the unused tree headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/ephoto/src/ephoto_browsing.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ephoto_browsing.c 21 Feb 2006 22:26:05 -0000 1.4 +++ ephoto_browsing.c 21 Feb 2006 23:11:41 -0000 1.5 @@ -63,6 +63,7 @@ m->imagetree = ewl_tree_new(1); ewl_container_child_append(EWL_CONTAINER(m->images), m->imagetree); ewl_object_maximum_size_set(EWL_OBJECT(m->imagetree), 200, 175); + ewl_tree_headers_visible_set(EWL_TREE(m->imagetree), 0); ewl_widget_show(m->imagetree); /******************************************/ @@ -119,6 +120,10 @@ ecore_list_append(imagefiles, strdup(pathw)); printf("%s\n", pathw); } + if ( fnmatch("*.[Jj][Pp][Ee][Gg]", pathw, 0) == 0 ) { + ecore_list_append(imagefiles, strdup(pathw)); + printf("%s\n", pathw); + } bname = basename(pathw); @@ -253,6 +258,7 @@ m->image = ewl_image_new(); ewl_image_file_set(EWL_IMAGE(m->image), PACKAGE_DATA_DIR "/images/up.png", NULL); ewl_container_child_append(EWL_CONTAINER(m->hbox), m->image); + ewl_tree_headers_visible_set(EWL_TREE(m->audiotree), 0); ewl_widget_show(m->image); m->texta = ewl_text_new(); ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs