wired up the "cancel" and "sync now" menu items, although they don't do a whole lot yet

This commit is contained in:
cbeard@h-135.office.mozilla.org 2007-09-25 17:19:01 -07:00
parent 3e3e800025
commit c8e241c737

View File

@ -726,6 +726,7 @@ BookmarksSyncService.prototype = {
} finally {
//this._dav.unlock(handlers);
//data = yield;
this._os.notifyObservers(null, "bookmarks-sync:end", "");
}
},