From b46b7c7c770daf5fc79dda0a6b3b13b5e75feade Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Sat, 10 Dec 2011 13:56:36 +0100 Subject: [PATCH] tageditor: use MovieTagEditor and TagEditor as MovieTagEditor skin --- tageditor/src/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tageditor/src/plugin.py b/tageditor/src/plugin.py index 1d3d2fd7..f80ffd35 100644 --- a/tageditor/src/plugin.py +++ b/tageditor/src/plugin.py @@ -296,6 +296,7 @@ class MovieTagEditor(TagEditor): else: tags = [] TagEditor.__init__(self, session, tags, args, parent = parent) + self.skinName = [ "MovieTagEditor", "TagEditor" ] def saveTags(self, file, tags): if os_path.exists(file + ".ts.meta"): -- 2.20.1