From: Jihoon Kim <jihoon48.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Mar 2011 04:13:10 +0000 (04:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 25 Mar 2011 04:13:10 +0000 (04:13 +0000)
commitd9f1675aea1660fe86cb1b109688c5f62cb26ac3
treeba35d1f8230e14ae90cdd3c83bf613f7c84f89c2
parent7b967b6f1ec62ffd61c1e43b35a88f5488ab6675
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Patch to give focus to the content in
elm_notify

lm_notify has not handled the focus movement.
Even though a button widget is contained in an notify widget and notify
widget is shown,  button widget could not be focused.
Therefore, button couldn't process any key event such as space and enter key.
This patch will solve this problem.

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