Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7899 from crdlc/bug-836710
Browse files Browse the repository at this point in the history
Bug 836710 - E.me apps added from the wrapper do not show the 62x62 icon...
  • Loading branch information
Cristian Rodriguez authored and jhford committed Feb 1, 2013
1 parent 44b0964 commit 4d10873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/system/js/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ var Launcher = (function() {
url: url,
name: name,
icon: dataset.icon,
useAsyncPanZoom: dataset.useAsyncPanZoom
useAsyncPanZoom: dataset.useAsyncPanZoom,
iconable: false
}
});

Expand Down

0 comments on commit 4d10873

Please sign in to comment.