Changeset bf505e for content/bindings/vI_rdfAccountMismatchDialog.xml
- Timestamp:
- Nov 15, 2011, 12:22:28 PM (11 years ago)
- Branches:
- ng_0.9
- Children:
- d8da4b
- Parents:
- f17e5d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
content/bindings/vI_rdfAccountMismatchDialog.xml
rf17e5d3 rbf505e 155 155 <method name="_addIdentities"> 156 156 <body><![CDATA[ 157 MyLog.debug(" ##mismatchID-menupopup: _addIdentities.\n");157 MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addIdentities.\n"); 158 158 var AccountManager = Components.classes["@mozilla.org/messenger/account-manager;1"] 159 159 .getService(Components.interfaces.nsIMsgAccountManager); … … 177 177 <parameter name="server" /> 178 178 <body><![CDATA[ 179 MyLog.debug(" ##mismatchID-menupopup: _addSmtp.\n");179 MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addSmtp.\n"); 180 180 const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; 181 181 var menuitem = document.createElementNS(XUL_NS, "menuitem"); // create a new XUL menuitem … … 190 190 <method name="_addSmtpServers"> 191 191 <body><![CDATA[ 192 MyLog.debug(" ##mismatchID-menupopup: _addSmtpServers.\n");192 MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addSmtpServers.\n"); 193 193 194 194 const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; … … 209 209 <constructor> 210 210 <![CDATA[ 211 MyLog.debug(" ##mismatchID-menupopup: constructor.\n");211 MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: constructor.\n"); 212 212 const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; 213 213 this.appendChild(document.createElementNS(XUL_NS, "menuseparator")); // create a new XUL menuseparator
Note: See TracChangeset
for help on using the changeset viewer.