Ignore:
Timestamp:
Dec 7, 2011, 11:58:44 AM (14 years ago)
Author:
madie
Message:

[ipk] update crossepg

Location:
ipk/source.sh4/swapepg_crossepg
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapepg_crossepg/var/swap/extensions/CrossEPG/crossepglib.py

    r7451 r12090  
    6161        show_plugin = 1
    6262        show_extension = 1
     63        show_force_reload_as_plugin = 0
    6364        last_partial_download_timestamp = 0
    6465        last_full_download_timestamp = 0
     
    127128                                                elif key == "show_extension":
    128129                                                        self.show_extension = int(value);
     130                                                elif key == "show_force_reload_as_plugin":
     131                                                        self.show_force_reload_as_plugin = int(value);
    129132                                                elif key == "configured":
    130133                                                        self.configured = int(value);
     
    163166                f.write("show_plugin=%d\n" % (self.show_plugin))
    164167                f.write("show_extension=%d\n" % (self.show_extension))
     168                f.write("show_force_reload_as_plugin=%d\n" % (self.show_force_reload_as_plugin))
    165169                f.write("configured=%d\n" % (self.configured))
    166170               
Note: See TracChangeset for help on using the changeset viewer.