Monotone-Parent: ef922ac4f7f0f858587fde2408df0fd6476496c1

Monotone-Revision: 77e6762d6cb3899dff38b458273078a4dd3ce1a5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-17T19:50:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-17 19:50:32 +00:00
parent 5c08272cea
commit f2d77b37f5
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2006-10-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/generic.js: specify a notification type as
parameters when onContactRemove in invoked.
* UI/WebServerResources/SchedulerUI.js: when the user deselects
all calendars, select his entry.

View File

@@ -934,7 +934,7 @@ function onContactRemove(node) {
uids.value = ids.join(",");
if (selector.changeNotification && hasChanged)
selector.changeNotification();
selector.changeNotification("removal");
return false;
}