Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_about.c 


Log Message:


oops- max size set too

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_about.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_about.c   20 Sep 2005 10:35:26 -0000      1.4
+++ e_about.c   20 Sep 2005 10:36:35 -0000      1.5
@@ -142,7 +142,7 @@
      {
        if (w < mw) w = mw;
        if (h < mh) h = mh;
-//     e_win_size_max_set(about->win, mw, mh);
+       e_win_size_max_set(about->win, mw, mh);
      }
    e_win_show(about->win);
 }




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