Navigation Menu

Skip to content

Commit

Permalink
Version must be available when setting it
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jul 9, 2012
1 parent 84ce888 commit 7a44648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/content/firebug/firefox/browserOverlay.js
Expand Up @@ -1230,6 +1230,7 @@ if (checkFirebugVersion(PrefLoader.getPref("currentVersion")) > 0)
if (wm.getMostRecentWindow("navigator:browser") == window.top)
{
// Don't forget to update the preference, so the page is not displayed again
var version = Firebug.GlobalUI.getVersion();
PrefLoader.setPref("currentVersion", version);

if (PrefLoader.getPref("showFirstRunPage"))
Expand Down

0 comments on commit 7a44648

Please sign in to comment.