From aa5603e16ee9e972aadff046c2b7a0bc9567557c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 20 Sep 2005 10:36:35 +0000 Subject: [PATCH] oops- max size set too SVN revision: 16789 --- src/bin/e_about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_about.c b/src/bin/e_about.c index 9ebb6501c..c4c7aa484 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -142,7 +142,7 @@ e_about_show(E_About *about) { 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); }