зеркало из https://github.com/mozilla/gecko-dev.git
Bug #343200 --> use the tag key when tagging a message with a newly created tag and not the tag name. sr=bienvenu
This commit is contained in:
Родитель
99061058f9
Коммит
a0bfaf1da4
|
@ -587,7 +587,7 @@ function AddTagCallback(name, color)
|
|||
{
|
||||
var tagService = Components.classes["@mozilla.org/messenger/tagservice;1"].getService(Components.interfaces.nsIMsgTagService);
|
||||
tagService.addTag(name, color);
|
||||
TagCurMessage(name);
|
||||
TagCurMessage(tagService.getKeyForTag(name));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче