diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:00:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:00:23 +0000 |
commit | b86ea773e6304679f7cabd9afcd7958ae59f77ae (patch) | |
tree | 20939b8f901fc6093f2bdc3184f6a4217c1c73c6 /content/provider.js | |
parent | Adding debian version 4.7-1. (diff) | |
download | eas4tbsync-b86ea773e6304679f7cabd9afcd7958ae59f77ae.tar.xz eas4tbsync-b86ea773e6304679f7cabd9afcd7958ae59f77ae.zip |
Merging upstream version 4.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'content/provider.js')
-rw-r--r-- | content/provider.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/provider.js b/content/provider.js index de5af36..97f7a28 100644 --- a/content/provider.js +++ b/content/provider.js @@ -280,7 +280,7 @@ var Base = class { "synckey" : "", "target" : "", "targetColor" : "", - "targetName" : "", + "targetName" : "", "parentID" : "0", "serverID" : "", }; @@ -526,7 +526,8 @@ var TargetData_addressbook = class extends TbSync.addressbook.AdvancedTargetData if (directory && directory instanceof Components.interfaces.nsIAbDirectory && directory.dirPrefId == dirPrefId) { directory.setStringValue("tbSyncIcon", "eas" + (this.folderData.accountData.getAccountProperty("servertype") == "office365" ? "_365" : "")); - return directory; + directory.setStringValue("tbSyncRevision", "2"); + return directory; } return null; } |