Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
adapt to minor iconset change
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 1, 2014
1 parent 11214e2 commit 4534701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-icon.html
Expand Up @@ -165,7 +165,7 @@
var set = this.getIconset(parts.pop());
if (set) {
var scale = this.size / set.iconSize;
set.applyAsBackground(this, icon, this.activeTheme, scale);
set.applyIcon(this, icon, this.activeTheme, scale);
}
}

Expand Down

0 comments on commit 4534701

Please sign in to comment.