about-dialog: add a handling when dialog closed
authorMinkee Lee <minkee.lee@samsung.com>
Thu, 17 Mar 2016 06:19:07 +0000 (15:19 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 18 Mar 2016 08:26:51 +0000 (17:26 +0900)
commit3b6bffaa53def9529d0985d6de33cb35c01eff2a
tree477828ddfa906d1e64ac942e9d61f4938f9e4e26
parentf4c37d0c28f1a336df7ddffc226659c245976b26
about-dialog: add a handling when dialog closed

Closing dialog by 'OK' button works well but
closing by 'ECS' key doesn't work well.
(isOpenStatus not changed)

So, add a DisposeListener.
It may cover all closing cases.

Change-Id: I5f54b375b49487b8b3389c0398fc454a310c9d56
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
src/org/tizen/emulator/manager/ui/renewal/AboutDialog.java