- Timestamp:
- Dec 7, 2011, 11:58:44 AM (14 years ago)
- Location:
- ipk/source.sh4/swapepg_crossepg
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from ipk/source.sh4/swapepg_crossepg_0_61 )
-
var/swap/extensions/CrossEPG/crossepglib.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/swapepg_crossepg/var/swap/extensions/CrossEPG/crossepglib.py
r7451 r12090 61 61 show_plugin = 1 62 62 show_extension = 1 63 show_force_reload_as_plugin = 0 63 64 last_partial_download_timestamp = 0 64 65 last_full_download_timestamp = 0 … … 127 128 elif key == "show_extension": 128 129 self.show_extension = int(value); 130 elif key == "show_force_reload_as_plugin": 131 self.show_force_reload_as_plugin = int(value); 129 132 elif key == "configured": 130 133 self.configured = int(value); … … 163 166 f.write("show_plugin=%d\n" % (self.show_plugin)) 164 167 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)) 165 169 f.write("configured=%d\n" % (self.configured)) 166 170
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)