aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-05-10 12:33:08 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2012-05-10 12:35:42 +1200
commit15b0586142a5edbb58e9781291f5b900f2094d59 (patch)
treeb0ee8cc4c8c2b7e70335ff371e89857d5429e6c5
parent2cd1b7c99802e74d0647965623888cacdfa8498f (diff)
ensure Update() on the video info dialog is run on first start - fixes plot not showing up first time around
-rw-r--r--xbmc/video/dialogs/GUIDialogVideoInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/video/dialogs/GUIDialogVideoInfo.cpp b/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
index ab4d709a21..c203024400 100644
--- a/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
+++ b/xbmc/video/dialogs/GUIDialogVideoInfo.cpp
@@ -117,6 +117,7 @@ bool CGUIDialogVideoInfo::OnMessage(CGUIMessage& message)
else
CONTROL_DISABLE(CONTROL_BTN_GET_FANART);
+ Update();
return true;
}
break;