[Pkg-mozext-commits] [firebug] 11/48: Issue 7478: The breakpoint conditional editor doesn't open with the correspoinding item in the Script panel's popup menu.

David Prévot taffit at moszumanska.debian.org
Tue Jun 3 01:47:43 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit 9eda777081c5932a2dc64cffefd8b5df9e485bf0
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue May 27 14:27:30 2014 +0200

    Issue 7478: 	The breakpoint conditional editor doesn't open with the correspoinding item in the Script panel's popup menu.
---
 extension/content/firebug/debugger/script/scriptPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/debugger/script/scriptPanel.js b/extension/content/firebug/debugger/script/scriptPanel.js
index bc5be3e..62ecd78 100644
--- a/extension/content/firebug/debugger/script/scriptPanel.js
+++ b/extension/content/firebug/debugger/script/scriptPanel.js
@@ -1309,7 +1309,7 @@ ScriptPanel.prototype = Obj.extend(BasePanel,
         items.push({
             label: "EditBreakpointCondition",
             tooltiptext: "breakpoints.tip.Edit_Breakpoint_Condition",
-            command: Obj.bindFixed(this.editBreakpointCondition, this, lineNo)
+            command: Obj.bindFixed(this.initializeEditBreakpointCondition, this, lineNo)
         });
 
         if (this.context.stopped)

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