[FIX] Thunderbird : false positive on dblist

bzr revid: tfr@openerp.com-20110128100257-r042gok46u2ck8ye
This commit is contained in:
Thibault Francois 2011-01-28 11:02:57 +01:00
parent 4e212b6f09
commit e3c0deb3a3
3 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ var listDbHandler = {
onFault: function (client, ctxt, fault) {
setDBList("false");
},
onError: function (client, ctxt, status, errorMsg) {
@ -691,7 +691,7 @@ var listDbHandler = {
//function to get the database list
function getDbList(argControl)
{
setDBList("true");
setDBList("false");
setconnect_server("true");
// Enable correct security
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect UniversalBrowserAccess');