mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
See ChangeLog
Monotone-Parent: c03b9128fca69d35f4cd1d6372d79d80da725b87 Monotone-Revision: eb98680a91c477e61143b911e53baa32fc0a1132 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-02T19:23:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -225,10 +225,11 @@ function onContactContextMenu(event) {
|
||||
contacts = contactsList.getSelectedRows();
|
||||
}
|
||||
|
||||
var menu = $("contactMenu");
|
||||
menu.observe("hideMenu", onContactContextMenuHide);
|
||||
if (contactsList)
|
||||
if (contactsList) {
|
||||
var menu = $("contactMenu");
|
||||
menu.observe("contextmenu:hide", onContactContextMenuHide);
|
||||
popupMenu(event, "contactMenu", contacts);
|
||||
}
|
||||
}
|
||||
|
||||
function onContactContextMenuHide(event) {
|
||||
@@ -244,6 +245,8 @@ function onContactContextMenuHide(event) {
|
||||
$(nodes[i]).selectElement();
|
||||
topNode.menuSelectedRows = null;
|
||||
}
|
||||
|
||||
this.stopObserving("contextmenu:hide", onContactContextMenuHide);
|
||||
}
|
||||
|
||||
function onFolderMenuHide(event) {
|
||||
|
||||
Reference in New Issue
Block a user