summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CChatScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CChatScreen.cpp')
-rw-r--r--plugins/MirandaG15/src/CChatScreen.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/CChatScreen.cpp b/plugins/MirandaG15/src/CChatScreen.cpp
index 34a82de04f..b4cc5b8a6d 100644
--- a/plugins/MirandaG15/src/CChatScreen.cpp
+++ b/plugins/MirandaG15/src/CChatScreen.cpp
@@ -714,10 +714,15 @@ void CChatScreen::OnLCDButtonDown(int iButton)
DeactivateMessageMode();
} else if(iButton == LGLCDBUTTON_BUTTON3 || iButton == LGLCDBUTTON_OK) {
ActivateMessageMode();
- } else if(iButton == LGLCDBUTTON_CANCEL) {
+ }
+/*
+ // Dead code
+ else if(iButton == LGLCDBUTTON_CANCEL) {
DeactivateMessageMode();
CAppletManager::GetInstance()->ActivatePreviousScreen();
- } else if(iButton == LGLCDBUTTON_MENU) {
+ }
+*/
+ else if(iButton == LGLCDBUTTON_MENU) {
DeactivateMessageMode();
CAppletManager::GetInstance()->ActivateEventScreen();
}