mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
xbmc-master: update to xbmc-master-14-dae6f76
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
16427940f8
commit
d43a23f90b
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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());
|
Loading…
x
Reference in New Issue
Block a user