mdesjardins / buzzbird

Buzzbird is (was?) a XUL-based desktop twitter client
http://getbuzzbird.com
MIT License
63 stars 9 forks source link

You really need to disable the post button and tweet entry field while Twitter is churning away... #41

Closed mdesjardins closed 14 years ago

mdesjardins commented 14 years ago

...so idiots like me don't click Post twice and get bizarro error messages.

kotnik commented 14 years ago

Hm, as far as I can see, this is already done.

From postUpdate in main.js:

getChromeElement('postbuttonid').disabled = true;

mdesjardins commented 14 years ago

It is. I just checked it in a couple of days ago. ;) But thanks for reminding me to close this!

kotnik commented 14 years ago

Sure. Thanks for fixing it ;)