From f427aecf853a3a0242352a8152673a7c53dd8427 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 17 Oct 2006 19:51:20 +0000 Subject: [PATCH] Monotone-Parent: 0970a7bb6662dcec36bfd8ce455269fdd353ddac Monotone-Revision: 9c7b93e1335d12d76994ea6365a08f1fec056eff Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-17T19:51:20 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index da8f23f75..a5272ee87 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -466,7 +466,7 @@ function onConfirmContactSelection(tag) if (selector && selector.changeNotification && selectorList.value != initialValues) - selector.changeNotification(); + selector.changeNotification("addition"); return false; }