uncryptic /
identifox
TwitterFox, modified to work with Identi.ca, including cosmetic and subtle code changes. For the most part, the code is nearly identical to the TwitterFox base: http://www.naan.net/trac/wiki/TwitterFox
Clone URL : http://bitbucket.org/uncryptic/identifox/ (size: 2.3 MB)
| commit 1: | f5e529c6353f |
| parent 0: | c53f030c6ba1 |
| branch: | default |
Really this time... Tweets to Dents...
Changed (Δ2 bytes):
raw changeset »
content/twitternotifier.js (2 lines added, 2 lines removed)
Up to file-list content/twitternotifier.js:
| … | … | @@ -373,7 +373,7 @@ TwitterNotifier.prototype = { |
373 |
373 |
|
374 |
374 |
if (count > 5) { |
375 |
375 |
this._messageQueue = new Array(); |
376 |
this.showNotice(this._strings.getFormattedString("MoreThan5 |
|
376 |
this.showNotice(this._strings.getFormattedString("MoreThan5Dents", [unread])); |
|
377 |
377 |
} |
378 |
378 |
else { |
379 |
379 |
this.showBalloon(); |
| … | … | @@ -775,7 +775,7 @@ TwitterNotifier.prototype = { |
775 |
775 |
}, |
776 |
776 |
|
777 |
777 |
updateStatuses: function(e) { |
778 |
this._util.notify("update |
|
778 |
this._util.notify("updateDents"); |
|
779 |
779 |
}, |
780 |
780 |
|
781 |
781 |
onPreference: function(e) { |
