Monotone-Parent: 004e35b648d1070b320f15c658e3294fe8cc154e

Monotone-Revision: b973b6cdb8f36ae9fe9aed817676417f4281976e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-24T16:10:40
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2011-10-24 16:10:40 +00:00
parent 305ce721d8
commit 3a5fbb3af3
1 changed files with 2 additions and 1 deletions

View File

@ -2536,7 +2536,8 @@ function folderRefreshCallback(http) {
row.show();
}
}
showAlertDialog(_("Operation failed"));
var msg = /<p>(.*)<\/p>/m.exec(http.responseText);
showAlertDialog(_("Operation failed") + ": " + msg[1]);
}
}