mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -934,7 +934,7 @@ function onContactRemove(node) {
|
||||
uids.value = ids.join(",");
|
||||
|
||||
if (selector.changeNotification && hasChanged)
|
||||
selector.changeNotification();
|
||||
selector.changeNotification("removal");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user