mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
xbmc-master_ update to xbmc-master-14-687ac52, update FM patch, add patch to fix commit 6322457ea4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3eb40dacc1
commit
0020c9e146
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xbmc-master-theme-Confluence"
|
PKG_NAME="xbmc-master-theme-Confluence"
|
||||||
PKG_VERSION="14-603c7fa"
|
PKG_VERSION="14-687ac52"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xbmc-master"
|
PKG_NAME="xbmc-master"
|
||||||
PKG_VERSION="14-603c7fa"
|
PKG_VERSION="14-687ac52"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,12 @@
|
|||||||
|
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