This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Aug 25, 2011, 7:27:06 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.8, ng_0.9
Children:
6a3ad9
Parents:
3e958f
Message:

small bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_storage.js

    r3e958f r0f72bb  
    339339                    "?(and(DisplayName,=," + encodeURIComponent(storage.__getMailListName(recipient)) + ")(IsMailList,=,TRUE))");
    340340                if (abdirectory) {
    341                     let cards = abdirectory.childCards;
    342                     if (cards.hasMoreElements()) return true;   // only interested if there is at least one element...
     341                    try {   // just try, sometimes there are no childCards at all...
     342                        let cards = abdirectory.childCards;
     343                        if (cards.hasMoreElements()) return true;   // only interested if there is at least one element...
     344                    } catch(e) { }
    343345                }
    344346            }
Note: See TracChangeset for help on using the changeset viewer.