diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-05 19:02:35 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-05 19:02:35 (GMT) |
commit | dc251c812fc65aa1564785aa863d6d7fb0614346 (patch) | |
tree | f445ce91dcbf6fad33962858f5080558384060ef /abs/core-testing/tweaker/bin | |
parent | 7498f1694307afbd9eaf8f250c93d39ed6f0f71a (diff) | |
download | linhes_pkgbuild-dc251c812fc65aa1564785aa863d6d7fb0614346.zip linhes_pkgbuild-dc251c812fc65aa1564785aa863d6d7fb0614346.tar.gz linhes_pkgbuild-dc251c812fc65aa1564785aa863d6d7fb0614346.tar.bz2 |
Dragons will get a different default MythTV theme
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_dragon.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_dragon.pl b/abs/core-testing/tweaker/bin/twk_dragon.pl index be94988..1234f90 100755 --- a/abs/core-testing/tweaker/bin/twk_dragon.pl +++ b/abs/core-testing/tweaker/bin/twk_dragon.pl @@ -34,6 +34,9 @@ sub implement_option { # Overrides SQL changes made in twk_tuners.pl # WARNING: Very big harccoded hack that chooses ATSC tuning over QAM. do_query("UPDATE cardinput SET sourceid='10' WHERE sourceid='20'") || return -1; + + # Use the most beautiful theme + change_or_make_setting('Theme', 'blootubelite-wide') || exit -1; } else { my $logger = get_logger('tweaker.script'); $logger->error("ERROR: Unable to connect to mythconverg database"); |