Enlightenment CVS committal

Author  : dphase
Project : misc
Module  : retina

Dir     : misc/retina


Modified Files:
        r_gui.c r_img.c r_thumb.c retina.c 


Log Message:
retina

===================================================================
RCS file: /cvsroot/enlightenment/misc/retina/r_gui.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- r_gui.c     20 Dec 2004 01:37:31 -0000      1.1
+++ r_gui.c     20 Dec 2004 01:44:57 -0000      1.2
@@ -38,7 +38,7 @@
 
        /* help image */
        retina_help_img = evas_object_image_add(retina_evas);
-       evas_object_image_file_set(retina_help_img, PREFIX 
"img/retina_help.png", NULL);
+       evas_object_image_file_set(retina_help_img, PREFIX 
"images/retina_help.png", NULL);
        evas_object_image_size_get(retina_help_img, &w, &h);
        evas_object_image_fill_set(retina_help_img, 0, 0, w, h);
        evas_object_resize(retina_help_img, w, h);
===================================================================
RCS file: /cvsroot/enlightenment/misc/retina/r_img.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- r_img.c     20 Dec 2004 01:37:31 -0000      1.1
+++ r_img.c     20 Dec 2004 01:44:57 -0000      1.2
@@ -81,7 +81,7 @@
        int w, h;
        
        retina_bg = evas_object_image_add(retina_evas);
-       evas_object_image_file_set(retina_bg, PREFIX "img/checks.png", NULL);
+       evas_object_image_file_set(retina_bg, PREFIX "images/checks.png", NULL);
        evas_object_move(retina_bg, 0, 0);
        evas_object_image_size_get(retina_bg, &w, &h);
        evas_object_image_fill_set(retina_bg, 0, 0, w, h);
===================================================================
RCS file: /cvsroot/enlightenment/misc/retina/r_thumb.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- r_thumb.c   20 Dec 2004 01:37:31 -0000      1.1
+++ r_thumb.c   20 Dec 2004 01:44:57 -0000      1.2
@@ -48,7 +48,7 @@
                                
                                imlib_context_set_image(thumb);
                                imlib_image_set_format("db");
-                               sprintf(save, 
"%s/.retina.db:/image/%s:/int/shit", getenv("HOME"), file);
+                               sprintf(save, "%s/.retina.db:/image/%s", 
getenv("HOME"), file);
                                do{
                                        err = IMLIB_LOAD_ERROR_NONE;
                                        
imlib_save_image_with_error_return(save, &err);
===================================================================
RCS file: /cvsroot/enlightenment/misc/retina/retina.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- retina.c    20 Dec 2004 01:38:16 -0000      1.2
+++ retina.c    20 Dec 2004 01:44:57 -0000      1.3
@@ -32,7 +32,7 @@
                printf("retina sees %d images, cur image: %d\n", img_count, 
cur_sel);
                retina_img_load(retina_image_list[0]);
        } else {
-               retina_img_load(PREFIX"img/retina.png");
+               retina_img_load(PREFIX"images/retina.png");
        }
 
        /* everything should be done, attach callbacks */




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to