[Pkg-mozext-commits] [firebug] 26/68: Issue 6293: Location Menu disappears from CSS panel when switching between the Script panel

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


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

taffit pushed a commit to tag fbtest-1.11.4
in repository firebug.

commit 29d04a14298d9a9b937427df9f4b6dc9368197d6
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Feb 26 14:03:54 2013 +0100

    Issue 6293: 	Location Menu disappears from CSS panel when switching between the Script panel
---
 extension/content/firebug/css/cssPanel.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extension/content/firebug/css/cssPanel.js b/extension/content/firebug/css/cssPanel.js
index f4bde6a..b3bc987 100644
--- a/extension/content/firebug/css/cssPanel.js
+++ b/extension/content/firebug/css/cssPanel.js
@@ -938,6 +938,9 @@ Firebug.CSSStyleSheetPanel.prototype = Obj.extend(Firebug.Panel,
         Firebug.Inspector.stopInspecting(true);
 
         this.showToolbarButtons("fbCSSButtons", true);
+        this.showToolbarButtons("fbLocationSeparator", true);
+        this.showToolbarButtons("fbLocationButtons", true);
+        this.showToolbarButtons("fbLocationList", true);
 
         CSSModule.updateEditButton();
 

-- 
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