Skip to content

Commit

Permalink
Merge pull request #62 from gijsk/patch-1
Browse files Browse the repository at this point in the history
Fix toolbar button ID, fixes issue #61
  • Loading branch information
bgirard committed Nov 14, 2013
2 parents 7a7e54a + e1eb5ff commit 9806dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ let FirefoxAppWrapper = {
});
tbbOptions = {
panel: panel,
id: "test-tbb",
id: "gecko-profiler-button",
image: data.url("toolbar_on.png"),
label: "Gecko Profiler",
toolbarID: "nav-bar",
Expand Down

0 comments on commit 9806dde

Please sign in to comment.