aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2012-10-09 02:54:22 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2012-10-09 02:54:22 +0200
commitd248283ea1154f2b3a58783d71a73e5b949de736 (patch)
tree52c8fe4a845b7b19e83751c6ffd142ccf6f22ab3
parent9a2153bae1238fa5845b2cfaa301e047efd5f2f4 (diff)
[pvr] fixed missing 'record' button in CGUIDialogPVRGuideInfo. thanks @pieh
-rw-r--r--xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.cpp b/xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.cpp
index 4ca1951756..0d33b6ce33 100644
--- a/xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.cpp
+++ b/xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.cpp
@@ -185,7 +185,7 @@ bool CGUIDialogPVRGuideInfo::OnMessage(CGUIMessage& message)
case GUI_MSG_WINDOW_INIT:
CGUIDialog::OnMessage(message);
Update();
- break;
+ return true;
case GUI_MSG_CLICKED:
return OnClickButtonOK(message) ||
OnClickButtonRecord(message) ||