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:
Wolfgang Sourdeau
2010-01-06 22:01:29 +00:00
parent c4fa4fed35
commit f535b1e0d6
8 changed files with 1122 additions and 1125 deletions
+13 -13
View File
@@ -1,8 +1,8 @@
{ /* -*-java-*- */
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN );
publicResources = (
);
);
factories = {
};
@@ -10,10 +10,10 @@
categories = {
SOGoHTMLMailBodyPart = {
methods = {
view = {
view = {
protectedBy = "View";
pageName = "UIxMailPartExternalHTMLViewer";
};
pageName = "UIxMailPartExternalHTMLViewer";
};
};
};
SOGoCalendarMailBodyPart = {
@@ -33,16 +33,16 @@
actionClass = "UIxMailPartICalActions";
actionName = "delegate";
};
updateUserStatus = {
updateUserStatus = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "updateUserStatus";
};
/* tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
}; */
};
/* tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
}; */
addToCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
@@ -52,7 +52,7 @@
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "deleteFromCalendar";
};
};
};
};
};