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:


save size broken. fixed.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.c        5 Dec 2004 07:43:51 -0000       1.5
+++ e_mod_main.c        7 Dec 2004 00:21:04 -0000       1.6
@@ -292,6 +292,7 @@
    ef->move = 0;
    ef->resize = 0;
    evas_output_viewport_get(ef->evas, NULL, NULL, &ww, &hh);
+   ef->clock->conf->width = ef->fw;
    ef->clock->conf->x = (double)ef->fx / (double)(ww - ef->clock->conf->width);
    ef->clock->conf->y = (double)ef->fy / (double)(hh - ef->clock->conf->width);
    e_config_save_queue();




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