Ensure that red button always sends quit message.
commit87051bf11b978bffd144293b2effae4e8d0a4633
authorBartosz Taudul <wolf.pld@gmail.com>
Wed, 16 Jul 2008 22:26:47 +0000 (17 00:26 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Sat, 19 Jul 2008 18:41:49 +0000 (19 20:41 +0200)
tree53a7f6de97157b391a5b85392a0d16ec6b37b70e
parent459a4e08e71807732266cf75a70f67e4b461b181
Ensure that red button always sends quit message.

The old approach to handling red button (HandleCommandL) worked the first
time, but failed after that. Application was just sent to the background
then. Typical Symbian. Intercepting the red button press event in
HandleWsEventL works.
src/main/symbian/sdlexe.cpp