Merge pull request #5934 from raiyni/fix-changeicon
Don't fetch itemid of Change Icon menu option on tabs
This commit is contained in:
@@ -320,7 +320,7 @@ public class TabInterface
|
||||
|
||||
if (iconToSet != null)
|
||||
{
|
||||
if (event.getMenuOption().startsWith(CHANGE_ICON))
|
||||
if (event.getMenuOption().startsWith(CHANGE_ICON + " ("))
|
||||
{
|
||||
ItemComposition item = getItem(event.getActionParam());
|
||||
int itemId = itemManager.canonicalize(item.getId());
|
||||
|
||||
Reference in New Issue
Block a user