From 6dae5fba3caa2df33057b2f2e5c6eec1f4b585d2 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 15 Apr 2008 23:57:31 +0000 Subject: [PATCH] by Nemesis: remove obsolete source in CutlistEditor, fix network adapter setup layout --- data/skin_default.xml | 18 +++++------ .../Plugins/Extensions/CutListEditor/plugin.py | 37 +++++++++++----------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/data/skin_default.xml b/data/skin_default.xml index 3de4d59..830895f 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -19,15 +19,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index b636632..4cbb893 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -146,25 +146,26 @@ class CutList(GUIComponent): class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport, HelpableScreen): skin = """ - - - + + + + Format:%A %B %d, %H:%M + + + + + Name + + + Position,Detailed + + + + + + + """ - - - - Name - - - - Position,Detailed - - - - - """ def __init__(self, session, service): self.skin = CutListEditor.skin Screen.__init__(self, session) -- 2.7.4