Skip to content

Commit 1bc4f59

Browse files
committed
Removed reference to categories.properties since they are sync'ed from server
1 parent 68869e9 commit 1bc4f59

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
- remove XUL files that are no longer used
2-
- grep for categories.properties
32
- fix sync toolbar icon not showing
43
- handle X-MOZ-SEND-INVITATIONS-UNDISCLOSED and X-MOZ-SEND-INVITATIONS in SOGo directly
54
- bring back reloadCalendarCache?

chrome/content/sogo-connector/addressbook/categories.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ let SCContactCategories = {
4545
cats = decodeURIComponent(escape(cats));
4646
}
4747
catch(e) {
48-
let bundle = Services.strings.createBundle("chrome://sogo-connector/locale/preferences/categories.properties");
49-
cats = bundle.GetStringFromName("contacts.categories");
48+
cats = [];
5049
}
5150

5251
return cats;

0 commit comments

Comments
 (0)