Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/elation

Dir     : e17/apps/elation/src/bin


Modified Files:
        elation_main.c 


Log Message:
eet -> edj
remove unused stuff

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elation/src/bin/elation_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- elation_main.c      24 Jul 2004 05:19:33 -0000      1.4
+++ elation_main.c      23 Sep 2005 17:59:25 -0000      1.5
@@ -161,7 +161,7 @@
 
    o = edje_object_add(evas);
    o_bg = o;
-   edje_object_file_set(o, PACKAGE_DATA_DIR"/data/theme.eet", "background");
+   edje_object_file_set(o, PACKAGE_DATA_DIR"/data/theme.edj", "background");
    evas_object_move(o, 0, 0);
    evas_object_layer_set(o, -999);
    evas_object_show(o);   
@@ -184,8 +184,7 @@
 media_setup(void)
 {
    Elation_Module *em;
-   Evas_Coord w, h;
-   
+
    em = elation_module_open(&elation_info, NULL, "media");
    em_media = em;
    if (em)
@@ -201,8 +200,7 @@
 disk_setup(void)
 {
    Elation_Module *em;
-   Evas_Coord w, h;
-   
+
    em = elation_module_open(&elation_info, NULL, "disk");
    em_disk = em;
    if (em)




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to