From f95be11f0517eac56013b0ccb14825be97fc1540 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 16 Dec 2008 10:33:19 +0000 Subject: finish and polish diseqc tester plugin --- data/skin_default.xml | 5 +++++ 1 file changed, 5 insertions(+) mode change 100755 => 100644 data/skin_default.xml (limited to 'data') diff --git a/data/skin_default.xml b/data/skin_default.xml old mode 100755 new mode 100644 index 5946097d..d60933eb --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -940,6 +940,11 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) + + + + + -- cgit v1.2.3 From 3d3fb340f73559bde24e757f292632bb5208b009 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 16 Dec 2008 11:34:45 +0100 Subject: finish and polish diseqc tester plugin --- data/skin_default.xml | 0 lib/python/Screens/Makefile.am | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 data/skin_default.xml mode change 100644 => 100755 lib/python/Screens/Makefile.am (limited to 'data') diff --git a/data/skin_default.xml b/data/skin_default.xml old mode 100644 new mode 100755 diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am old mode 100644 new mode 100755 -- cgit v1.2.3