mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
Fix thinko in prior commit 7c5f1c.
This commit is contained in:
parent
91046b686d
commit
54d0e1d992
1 changed files with 2 additions and 2 deletions
|
|
@ -1544,8 +1544,8 @@ PluginManager::save_tags ()
|
|||
XMLNode* root = new XMLNode (X_("PluginTags"));
|
||||
|
||||
for (PluginTagList::iterator i = ptags.begin(); i != ptags.end(); ++i) {
|
||||
if ( (*i).tagtype == FromFactoryFile || (*i).tagtype == FromFactoryFile ) {
|
||||
/* user file should contain only plugins that are (a) user-tagged or (b) previously unknown */
|
||||
if ( (*i).tagtype == FromFactoryFile || (*i).tagtype == FromUserFile ) {
|
||||
/* user file should contain only plugins that are (a) newly user-tagged or (b) previously unknown */
|
||||
continue;
|
||||
}
|
||||
XMLNode* node = new XMLNode (X_("Plugin"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue