Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        Makefile.am dox.c 


Log Message:
Fix "About theme" when e16-docs is not installed.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 14 Mar 2005 20:19:33 -0000      1.16
+++ Makefile.am 3 Jun 2005 18:10:46 -0000       1.17
@@ -1,3 +1,5 @@
+SUBDIRS = E-docs
+
 EXTRA_DIST = README
 
 bin_PROGRAMS = edox
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/dox.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- dox.c       29 May 2005 09:32:18 -0000      1.35
+++ dox.c       3 Jun 2005 18:10:46 -0000       1.36
@@ -300,7 +300,7 @@
    sprintf(s, "%s/%s", docdir, docfile);
    findLocalizedFile(s);
 
-   im_title = LoadImage("title.xpm");
+   im_title = LoadImage("title.png");
    imlib_context_set_image(im_title);
 
    ibd.left = 50;
@@ -309,12 +309,12 @@
    ibd.bottom = 2;
    imlib_image_set_border(&ibd);
 
-   im_prev1 = LoadImage("prev1.xpm");
-   im_prev2 = LoadImage("prev2.xpm");
-   im_next1 = LoadImage("next1.xpm");
-   im_next2 = LoadImage("next2.xpm");
-   im_exit1 = LoadImage("exit1.xpm");
-   im_exit2 = LoadImage("exit2.xpm");
+   im_prev1 = LoadImage("prev1.png");
+   im_prev2 = LoadImage("prev2.png");
+   im_next1 = LoadImage("next1.png");
+   im_next2 = LoadImage("next2.png");
+   im_exit1 = LoadImage("exit1.png");
+   im_exit2 = LoadImage("exit2.png");
 
    f = fopen(s, "r");
    if (!f)




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to