Skip to content

Commit

Permalink
Fix: [Archiv] "Lizenz-Cache" wird nun beim "in den Koffer legen" gele…
Browse files Browse the repository at this point in the history
…ert. Report: Ratz
  • Loading branch information
GWRon committed Aug 29, 2016
1 parent 66022b0 commit 338b955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/common.misc.plannerlist.programmelist.bmx
Expand Up @@ -94,6 +94,9 @@ Type TgfxProgrammelist Extends TPlannerList
'of contracts)
EventManager.registerListenerFunction("programmecollection.addProgrammeLicence", OnChangeProgrammeCollection)
EventManager.registerListenerFunction("programmecollection.removeProgrammeLicence", OnChangeProgrammeCollection)
'also clear cache if licences get moved from/to suitcase
EventManager.registerListenerFunction("programmecollection.addProgrammeLicenceToSuitcase", OnChangeProgrammeCollection)
EventManager.registerListenerFunction("programmecollection.removeProgrammeLicenceFromSuitcase", OnChangeProgrammeCollection)

'handle broadcasts of the programme
EventManager.registerListenerFunction("broadcast.programme.BeginBroadcasting", OnBroadcastProgramme)
Expand Down

0 comments on commit 338b955

Please sign in to comment.