sogo/UI/PreferencesUI/product.plist
Wolfgang Sourdeau 4cf8731681 Monotone-Parent: 56e8fb42c60b615f9c931f4b5e80a51560db4269
Monotone-Revision: d25dc292baa2e15a7f6d397c032c8cb30ccdafb2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-06T17:13:15
Monotone-Branch: ca.inverse.sogo
2007-11-06 17:13:15 +00:00

41 lines
752 B
JavaScript

{ /* -*-javascript-*- */
requires = ( MAIN, MainUI, CommonUI );
publicResources = (
);
factories = {
};
categories = {
SOGoUserFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "UIxPreferences.toolbar";
};
};
methods = {
preferences = {
protectedBy = "View";
pageName = "UIxPreferences";
};
identities = {
protectedBy = "View";
pageName = "UIxIdentities";
};
jsonDefaults = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
actionName = "jsonDefaults";
};
jsonSettings = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
actionName = "jsonSettings";
};
};
};
};
}