on Mac it's a modal dialog with no buttons. i was also confused. i'll
try to fix this if i get time.
buttons="accept, cancel" buttonlabelcancel="Cancel" buttonlabelaccept="Save"
---
window.openDialog("chrome://obamafox/content/options.xul",
"obamafoxOptions",
"chrome,dialog,titlebar,toolbar,centerscreen,modal,resizable");
should become
window.openDialog("chrome://obamafox/content/options.xul",
"obamafoxOptions",
"chrome,titlebar,toolbar,centerscreen,modal,resizable");
Karl Dearden
w: http://interclue.com/
e: ka...@interclue.com
no buttons :(
> ObamaFox is really gaining traction @ 50-100 downloads a day - we're now @
> 683 downloads and I expect we'll pass 1,000 this week!
woo!
> Also - I recently saw the notification load even though we hadn't triggered
> it - it said something like "live bookmark failing to load" - I failed to
> grab a screenshot , although it looked like this earlier bug.
> Dietrich, is it possible to look into this ?
just checked in a possible fix for this. karl, can you review the
change when you have time?
cheers,
-d