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

Changeset 6b5c22


Ignore:
Timestamp:
Oct 8, 2011, 7:45:40 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
41266a
Parents:
718c41
Message:

small bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/bindings/v_identity.xml

    r718c41 r6b5c22  
    455455    <property name="_popupMenu_separator" >
    456456        <getter><![CDATA[
    457             if (this._menu_separator) this._menu_separator.removeAttribute("hidden");
    458             return this._menu_separator;
     457            if (this._menu_separator) {
     458              this._menu_separator.removeAttribute("hidden");
     459              return this._menu_separator;
     460            }
     461            else return null;
    459462        ]]></getter>
    460463        <setter><![CDATA[
Note: See TracChangeset for help on using the changeset viewer.