[Pkg-mozext-commits] [firebug] 05/15: Yet one detached window title fix (related to issue5883)

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.5
in repository firebug.

commit cb2a9f9acfeaee9165613f34174fde9b9a0fa55f
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Thu Oct 11 10:22:28 2012 +0200

    Yet one detached window title fix (related to issue5883)
---
 extension/content/firebug/chrome/chrome.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extension/content/firebug/chrome/chrome.js b/extension/content/firebug/chrome/chrome.js
index dbe3b0e..7f96532 100644
--- a/extension/content/firebug/chrome/chrome.js
+++ b/extension/content/firebug/chrome/chrome.js
@@ -537,7 +537,8 @@ var FirebugChrome =
         {
             Firebug.chrome.toggleOpen(false);
             Dom.collapse(resumeBox, false);
-            Firebug.chrome.window.top.document.title =
+
+            Firebug.chrome.window.parent.document.title =
                 Locale.$STR("Firebug - inactive for current website");
         }
     },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list