mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
reindentation
Monotone-Parent: fd525de6c21ea2751cd74a7ad3a3a4d36ae50f3c Monotone-Revision: cfefc003ab42b0c862e3b48be27b49e68ef65e44 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T22:01:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,40 +1,39 @@
|
||||
{ /* -*-javascript-*- */
|
||||
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
requires = ( MAIN, MainUI, CommonUI );
|
||||
|
||||
publicResources = (
|
||||
);
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user