From: Kim Shinwoo <kimcinoo.efl@gmail.com>
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 30 Jul 2012 05:01:43 +0000 (14:01 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 30 Jul 2012 05:04:03 +0000 (14:04 +0900)
commitaa0cfee1a0dec3fec96cb7af82207b203fb6d08a
tree6f324b895b2e3f3b3fca9d0b0871597167bda41d
parent13b16516785775a955d897be7e3998ed94d9b0a1
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - getting proper geometry value]

current popup does not give proper geometry value,
evas_object_geometry_get(popup, &x, &y, &w, &h) gives 0, 0, 0, 0.
the patch resolves it, but it would be not a good way to get geometry
value. which is the best way to set obj->cur.geometry.x(y,w,h)?
please enlighten me. thanks.

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

Conflicts:

src/lib/elc_popup.c
config/profile.src
src/lib/elc_popup.c