The folder annotation for outgoing shared folders is now a string containing the username of the person the folder is being shared with. Also moved to using const strings in bookmark-menu-overlay.js.

This commit is contained in:
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 2008-06-09 12:12:51 -07:00
Родитель 8829030b84
Коммит 512d95591b
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -656,7 +656,9 @@ Engine.prototype = {
return;
},
// TODO need a "stop sharing" function.
/* TODO need a "stop sharing" function.
Actually, stopping an outgoing share and stopping an incoming share
are two different things. */
sync: function Engine_sync(onComplete) {
return this._sync.async(this, onComplete);
@ -666,7 +668,7 @@ Engine.prototype = {
return this._share.async(this, onComplete, guid, username);
},
resetServer: function Engine_resetServer(onComplete) {
resetServer: function Engimne_resetServer(onComplete) {
this._notify("reset-server", this._resetServer).async(this, onComplete);
},