From 0dfa5f77fab16cc81c6b3f5b843613b530d590d9 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 23 Jan 2010 21:03:13 +0100 Subject: [PATCH] tiny tag editor: deactivate artist album if no extended tags are supported --- src/tiny_tag_editor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tiny_tag_editor.cpp b/src/tiny_tag_editor.cpp index c1b63e6c..d355abf9 100644 --- a/src/tiny_tag_editor.cpp +++ b/src/tiny_tag_editor.cpp @@ -208,8 +208,11 @@ bool TinyTagEditor::GetTags() w->IntoSeparator(21); if (!extendedTagsSupported(f.file())) + { + w->Static(10, 1); for (size_t i = 15; i <= 17; ++i) w->Static(i, 1); + } w->Highlight(8);