sogo/UI/PreferencesUI/product.plist
Wolfgang Sourdeau f81f48cb90 Monotone-Parent: 6364fd26aed4532b46cd1c779ef5e9f5f6c0971c
Monotone-Revision: fd35d485688e2370ae5250cfa15931e93abfd567

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-02T19:57:30
Monotone-Branch: ca.inverse.sogo
2010-03-02 19:57:30 +00:00

44 lines
993 B
Plaintext

{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN, MainUI, CommonUI );
publicResources = ();
factories = {
};
categories = {
SOGoUserFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "UIxPreferences.toolbar";
};
};
methods = {
preferences = {
protectedBy = "View";
pageName = "UIxPreferences";
};
editFilter = {
protectedBy = "View";
pageName = "UIxFilterEditor";
};
identities = {
protectedBy = "View";
pageName = "UIxIdentities";
};
jsonDefaults = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
actionName = "jsonDefaults";
};
jsonSettings = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
actionName = "jsonSettings";
};
};
};
};
}