mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
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:
@@ -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:):
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user