GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of to/tombloo
Description: tombloo
Clone URL: git://github.com/ku/tombloo.git
fix bug cannot open options dialog on fx3+OSX due to XULElement.label 
returning undefined.
ku (author)
Wed Sep 03 06:38:59 -0700 2008
commit  9311cd277efc557bc25cd51e5ba3ddde66ff46a0
tree    95ed448b6a19ed9827f228b85a4efbea0e9bcbf3
parent  90bd8057c12af52422f4dd226b282d258a915deb
...
620
621
622
623
 
624
625
626
...
620
621
622
 
623
624
625
626
0
@@ -620,7 +620,7 @@ connect(grobal, 'browser-load', function(e){
0
   }, true);
0
   
0
   menuAction.addEventListener('command', function(e){
0
- Tombloo.Service.actions[e.originalTarget.label].execute();
0
+ Tombloo.Service.actions[e.originalTarget.getAttribute("label")].execute();
0
   }, true);
0
   
0
   

Comments

    No one has commented yet.