Monotone-Parent: 1da95425e29680a5769d4ed9b9618c13012ac8bb

Monotone-Revision: de86542219b64c3bcbe7b6006b2d51d334b88a7a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-06T16:34:47
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-08-06 16:34:47 +00:00
parent 8f0b91c054
commit 4c56db8273
1 changed files with 1 additions and 1 deletions

View File

@ -1475,7 +1475,7 @@ function onLinkBannerClick() {
function onPreferencesClick(event) {
var urlstr = UserFolderURL + "preferences";
var w = window.open(urlstr, "_blank",
"width=440,height=450,resizable=1,scrollbars=0,location=0");
"width=480,height=450,resizable=1,scrollbars=0,location=0");
w.opener = window;
w.focus();