diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-09-08 19:56:23 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-09-08 19:56:23 +0200 |
commit | 6c93c7e08d754d70073ed91b3670e28e1dde6c94 (patch) | |
tree | d2f9fb846ef06b0187908856f1b4d85ce4a4b408 /Kodi.xcodeproj | |
parent | 1132f3e0859e6de320fd28280178461b2612815f (diff) |
[PVR] Recordings home scren widget: Fix widget not updating when new recording appears / a recording gets deleted.
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index d64a531a0b..ae7bd4db5c 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -2609,7 +2609,7 @@ 2AC7EB591C21F6BA00BDAA95 /* GUIWindowPVRTimersBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRTimersBase.h; sourceTree = "<group>"; }; 2AC7EB5E1C34892100BDAA95 /* PVRRecordingsPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVRRecordingsPath.h; sourceTree = "<group>"; }; 2AC7EB5F1C34893700BDAA95 /* PVRRecordingsPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecordingsPath.cpp; sourceTree = "<group>"; }; - 2AE16B7A1D58B11B005C20EB /* PVRManagerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRManagerState.h; sourceTree = "<group>"; }; + 2AFB819A1D81D1A2002B82A2 /* PVREvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVREvent.h; sourceTree = "<group>"; }; 2AFBB94A1CC6088000BAB340 /* GUIEPGGridContainerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIEPGGridContainerModel.h; sourceTree = "<group>"; }; 2AFBB94B1CC608A200BAB340 /* GUIEPGGridContainerModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIEPGGridContainerModel.cpp; sourceTree = "<group>"; }; 2F4564D31970129A00396109 /* GUIFontCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontCache.cpp; sourceTree = "<group>"; }; @@ -7004,11 +7004,11 @@ 42DAC16D1A6E789E0066B4C8 /* PVRActionListener.h */, C848289B156CFCD8005A996F /* PVRDatabase.cpp */, C848289C156CFCD8005A996F /* PVRDatabase.h */, + 2AFB819A1D81D1A2002B82A2 /* PVREvent.h */, C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */, C848289E156CFCD8005A996F /* PVRGUIInfo.h */, C848289F156CFCD8005A996F /* PVRManager.cpp */, C84828A0156CFCD8005A996F /* PVRManager.h */, - 2AE16B7A1D58B11B005C20EB /* PVRManagerState.h */, 2A7B2BDB1BD6F16600044BCD /* PVRSettings.cpp */, 2A7B2BDE1BD6F18B00044BCD /* PVRSettings.h */, ); |