See ChangeLog.

Monotone-Parent: e41b77fddf24412874484346ccb32080911c93bc
Monotone-Revision: 81d97c694c2b068327505b3735f75782c70eaa6e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-05-03T14:05:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-05-03 14:05:08 +00:00
parent 8f2bd77694
commit 647d46368c
3 changed files with 88 additions and 67 deletions
+5 -2
View File
@@ -577,7 +577,10 @@ function onRowClick(event, target) {
// No parent; stop here
return true;
}
else
// Not a list; stop here
return true;
var initialSelection = $(node.parentNode).getSelectedNodesId();
if (initialSelection && initialSelection.length > 0
&& initialSelection.indexOf(node.id) >= 0
@@ -1885,7 +1888,7 @@ function showPromptDialog(title, label, callback, defaultValue) {
_("OK"),
callback.bind(input)));
fields.appendChild(createButton(null,
"Cancel",
_("Cancel"),
disposeDialog));
dialog = createDialog(null,
title,