Changeset 7146 for ipk/source


Ignore:
Timestamp:
Apr 12, 2011, 9:10:06 PM (15 years ago)
Author:
madie
Message:

[ipk] disable autoupdate for mediathek (thx bonkel)

Location:
ipk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/mediacenter_mediathek_2_8/usr/lib/enigma2/python/Plugins/Extensions/MultiMediathek/plugin.py

    r7145 r7146  
    332332
    333333                # Check if plugin-update is available
    334                 if self.feedtitle == "Startseite":
    335                         self.onLayoutFinish.append(self.checkforupdate)
     334#               if self.feedtitle == "Startseite":
     335#                       self.onLayoutFinish.append(self.checkforupdate)
    336336
    337337                self.onFirstExecBegin.append(self.loadFrame)
  • ipk/source/swapmediacenter_mediathek_2_8/var/swap/extensions/MultiMediathek/plugin.py

    r7145 r7146  
    332332
    333333                # Check if plugin-update is available
    334                 if self.feedtitle == "Startseite":
    335                         self.onLayoutFinish.append(self.checkforupdate)
     334#               if self.feedtitle == "Startseite":
     335#                       self.onLayoutFinish.append(self.checkforupdate)
    336336
    337337                self.onFirstExecBegin.append(self.loadFrame)
Note: See TracChangeset for help on using the changeset viewer.