merge of '7552a94eb1b6254545099a5beeef2e57fd0e0da3'

and 'cbe8e2b0be511edea6bd5d62d20fad24d0a1f260'

Monotone-Parent: 7552a94eb1b6254545099a5beeef2e57fd0e0da3
Monotone-Parent: cbe8e2b0be511edea6bd5d62d20fad24d0a1f260
Monotone-Revision: 885a8aa2d3e7ce7d4493c5d244d42811994b1fb8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-26T14:06:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-08-26 14:06:32 +00:00
+1 -1
View File
@@ -198,6 +198,6 @@ SOGoMailDataSource = Class.create({
},
indexOf: function(uid) {
this.uids.indexOf(uid + "");
return this.uids.indexOf(parseInt(uid));
}
});