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

Changeset 6cb0d3


Ignore:
Timestamp:
Sep 3, 2011, 5:48:25 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.8, ng_0.9
Children:
7666cb
Parents:
68c9d9
Message:

seamonkey seems to have no accesslabel for From: defined anymore

File:
1 edited

Legend:

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

    r68c9d9 r6cb0d3  
    265265       
    266266        var access_label = parent_hbox.getElementsByAttribute( "control", "msgIdentity" )[0];
    267         access_label.setAttribute("control", "msgIdentity_clone");
     267        if (access_label) access_label.setAttribute("control", "msgIdentity_clone");
    268268       
    269269        // initialize the pointers to extension elements (initialize those earlier might brake the interface)
Note: See TracChangeset for help on using the changeset viewer.