[Pkg-mozext-commits] [firebug] 50/55: Issue 5698: Cookie breakpoint condition editor doesn't work

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


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

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

commit ef349beb8b8f83339c412c90eceaa59df1075535
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Jul 16 15:55:10 2012 +0200

    Issue 5698: 	Cookie breakpoint condition editor doesn't work
---
 extension/content/firebug/cookies/cookiePanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/cookies/cookiePanel.js b/extension/content/firebug/cookies/cookiePanel.js
index f2a881c..306f640 100644
--- a/extension/content/firebug/cookies/cookiePanel.js
+++ b/extension/content/firebug/cookies/cookiePanel.js
@@ -425,7 +425,7 @@ CookiePanel.prototype = Obj.extend(Firebug.ActivablePanel,
     getEditor: function(target, value)
     {
         if (!this.conditionEditor)
-            this.conditionEditor = new Firebug.CookieModule.ConditionEditor(this.document);
+            this.conditionEditor = new Breakpoints.ConditionEditor(this.document);
         return this.conditionEditor;
     },
 

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