xbmc-master: update to xbmc-master-14-dae6f76

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-07-07 22:02:07 +02:00
parent 16427940f8
commit d43a23f90b
3 changed files with 2 additions and 14 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xbmc-master-theme-Confluence"
PKG_VERSION="14-687ac52"
PKG_VERSION="14-dae6f76"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xbmc-master"
PKG_VERSION="14-687ac52"
PKG_VERSION="14-dae6f76"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-master-14-687ac52/xbmc/dialogs/GUIDialogSeekBar.cpp xbmc-master-14-687ac52.patch/xbmc/dialogs/GUIDialogSeekBar.cpp
--- xbmc-master-14-687ac52/xbmc/dialogs/GUIDialogSeekBar.cpp 2014-07-06 16:16:21.000000000 +0200
+++ xbmc-master-14-687ac52.patch/xbmc/dialogs/GUIDialogSeekBar.cpp 2014-07-06 19:45:14.102908695 +0200
@@ -68,7 +68,7 @@
}
// update controls
- if (!g_application.GetSeekHandler()->InProgress() && !g_infoManager.m_performingSeek)
+ if (!g_application.GetSeekHandler()->InProgress() && !g_infoManager.m_performingSeek && g_infoManager.GetTotalPlayTime())
{ // position the bar at our current time
CONTROL_SELECT_ITEM(POPUP_SEEK_LABEL, (unsigned int)(g_infoManager.GetPlayTime()/g_infoManager.GetTotalPlayTime() * 0.1f));
SET_CONTROL_LABEL(POPUP_SEEK_LABEL, g_infoManager.GetCurrentPlayTime());