Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/clock


Modified Files:
        e_mod_main.c 


Log Message:


clock module much better now... still resizing is a cludge, doesnt put itself
in a corner properly on start (just top-left at fixed offset) etc. etc. etc.
need sresizing fixed.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c        26 Nov 2004 16:51:12 -0000      1.2
+++ e_mod_main.c        27 Nov 2004 16:33:22 -0000      1.3
@@ -216,10 +216,8 @@
    snprintf(buf, sizeof(buf), "%s/default.eet", _clock_module_dir);
    edje_object_file_set(o,
                        /* FIXME: "default.eet" needs to come from conf */
-                       /*e_path_find(path_themes, "default.eet"),
-                       "modules/ibar/main");*/
-                       /* FIXME - hard coded, bad */
-                       buf, "Main");
+                       e_path_find(path_themes, "default.eet"),
+                       "modules/clock/main");
    evas_object_show(o);
    
    o = evas_object_rectangle_add(ef->evas);




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