Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src/bin


Modified Files:
        Makefile.am ephoto_gui.c 
Added Files:
        ephoto_browsing.c 
Removed Files:
        ephoto_utils.c 


Log Message:
Rename a file.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 3 Dec 2006 22:04:46 -0000       1.1
+++ Makefile.am 18 Dec 2006 19:02:44 -0000      1.2
@@ -2,8 +2,11 @@
 
 bin_PROGRAMS = ephoto_test
 
-ephoto_test_SOURCES = ephoto.c ephoto_gui.c ephoto_nls.c ephoto_utils.c
-
+ephoto_test_SOURCES = ephoto.c \
+                     ephoto_browsing.c \
+                     ephoto_gui.c \
+                     ephoto_nls.c 
+                    
 ephoto_test_CFLAGS = @ewl_cflags@
 
 ephoto_test_LDADD =  @ewl_libs@
===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/bin/ephoto_gui.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ephoto_gui.c        15 Dec 2006 21:51:28 -0000      1.10
+++ ephoto_gui.c        18 Dec 2006 19:02:44 -0000      1.11
@@ -306,11 +306,12 @@
        ewl_object_fill_policy_set(EWL_OBJECT(ihbox), EWL_FLAG_FILL_SHRINK);
        ewl_widget_show(ihbox);
 
-       add_button(ihbox, "Refresh", NULL, NULL);
+       add_button(ihbox, "In", NULL, NULL);
+       add_button(ihbox, "Out", NULL, NULL);
+       add_button(ihbox, "Fit", NULL, NULL);
+       add_button(ihbox, "1:1", NULL, NULL);
        add_button(ihbox, "Left", NULL, NULL);
        add_button(ihbox, "Right", NULL, NULL);
-       add_button(ihbox, "Edit", NULL, NULL);
-       add_button(ihbox, "Slideshow", NULL, NULL);
 
        populate_files(getenv("HOME"));
 



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