elementary/elm_frame : Just do comment. Raster ~ plz remove this
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Jan 2012 10:29:11 +0000 (10:29 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Jan 2012 10:29:11 +0000 (10:29 +0000)
later ~

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66936 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_frame.c

index 7811754..fda1ca9 100644 (file)
@@ -86,7 +86,7 @@ _sizing_eval(Evas_Object *obj)
    edje_object_size_min_calc(wd->frm, &minw, &minh);
    evas_object_size_hint_min_get(obj, &cminw, &cminh);
    if ((minw == cminw) && (minh == cminh)) return;
-   printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh);
+   //printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh);
    evas_object_size_hint_min_set(obj, minw, minh);
    evas_object_size_hint_max_set(obj, -1, -1);
 }