compiling before u commit is a good idea

SVN revision: 43707
This commit is contained in:
Carsten Haitzler 2009-11-15 14:06:38 +00:00
parent 6c2280b6ff
commit 9ee4a90f46
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _sizing_eval(Evas_Object *obj)
mw = mw + (w - vw);
mh = mh + (h - vh);
evas_object_size_hint_min_set(obj, mw, mh);
evas_object_size_hint_max_set(obj, -1, ,-1);
evas_object_size_hint_max_set(obj, -1, -1);
}
static void