See ChangeLog

Monotone-Parent: c4a84487824c09148e9f71dc42b87e7f14dd3193
Monotone-Revision: f5afc745d385489f846bb7bb27c8750793e31b47

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-14T21:00:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-14 21:00:17 +00:00
parent d0efbebbf7
commit a579dbe5cb
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-06-14 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxPreferences.js: Fixed a bug when saving
the preferences while some of the calendar categories are still editable.
2010-06-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalMainActions.m (-saveUrl:forCalendar:):

View File

@@ -11,6 +11,7 @@ function savePreferences(sender) {
sigList.disabled = false;
if ($("categoriesList")) {
endAllEditables();
serializeCategories();
}
@@ -468,6 +469,8 @@ function onCategoryAdd (e) {
var colortd = new Element ("td");
var colordiv = new Element ("div", {"class": "colorBox"});
endAllEditables();
row.identify ();
row.addClassName ("categoryListRow");