Enlightenment CVS committal Author : titan Project : e17 Module : proto
Dir : e17/proto/ephoto/src/bin Modified Files: ephoto.h ephoto_gui.c Added Files: ephoto_utils.c Log Message: More behind the scenes work. =================================================================== RCS file: /cvs/e/e17/proto/ephoto/src/bin/ephoto_gui.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ephoto_gui.c 2 Dec 2006 19:33:31 -0000 1.3 +++ ephoto_gui.c 3 Dec 2006 21:51:32 -0000 1.4 @@ -33,6 +33,8 @@ { Ewl_Widget *win, *vbox, *image, *text; + get_files("/home/titan"); + win = ewl_window_new(); ewl_window_title_set(EWL_WINDOW(win), "Ephoto!"); ewl_window_name_set(EWL_WINDOW(win), "Ephoto!"); @@ -48,7 +50,7 @@ ewl_widget_show(vbox); text = ewl_text_new(); - ewl_text_text_set(EWL_TEXT(text), "Version 2.15"); + ewl_text_text_set(EWL_TEXT(text), VERSION); ewl_object_alignment_set(EWL_OBJECT(text), EWL_FLAG_ALIGN_LEFT); ewl_object_fill_policy_set(EWL_OBJECT(text), EWL_FLAG_FILL_SHRINK); ewl_container_child_append(EWL_CONTAINER(vbox), text); ------------------------------------------------------------------------- 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