From 7090eb86e3ee526268078e35587f4f877b097219 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 19 Jul 2006 02:05:09 +0000 Subject: [PATCH] show 'last' marks --- lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index 241f43bb..3979da67 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -26,6 +26,8 @@ def CutListEntry(where, what): type = "OUT" elif what == 2: type = "MARK" + elif what == 3: + type = "LAST" res.append(MultiContentEntryText(size=(400, 20), text = "%dh:%02dm:%02ds:%03d" % (h, m, s, ms))) res.append(MultiContentEntryText(pos=(400,0), size=(130, 20), text = type, flags = RT_HALIGN_RIGHT)) -- 2.30.2