summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-06 18:35:31 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-06 18:35:31 (GMT)
commit50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7 (patch)
tree09612fc3123d679908683dccb884d02d8428e80c /abs/core-testing/tweaker/bin
parentc4dc62d1e5ccbb602ea9d1e68cd2504b2629a680 (diff)
downloadlinhes_pkgbuild-50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7.zip
linhes_pkgbuild-50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7.tar.gz
linhes_pkgbuild-50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7.tar.bz2
using better theme options for Dragon hardware
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_dragon.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_dragon.pl b/abs/core-testing/tweaker/bin/twk_dragon.pl
index 1234f90..21a9dc7 100755
--- a/abs/core-testing/tweaker/bin/twk_dragon.pl
+++ b/abs/core-testing/tweaker/bin/twk_dragon.pl
@@ -36,7 +36,7 @@ sub implement_option {
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;
+ change_or_make_setting('Theme', 'blootube-wide') || exit -1;
} else {
my $logger = get_logger('tweaker.script');
$logger->error("ERROR: Unable to connect to mythconverg database");