From 354cef51ef0111890cc08cd5e5ef969d6753601d Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Mon, 12 Jun 2017 16:37:50 +0200 Subject: [PATCH] lightning-item-iframe.js: fix content saving for new items --- chrome/content/lightning-item-iframe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/lightning-item-iframe.js b/chrome/content/lightning-item-iframe.js index 0d73a6b5..512c67f3 100644 --- a/chrome/content/lightning-item-iframe.js +++ b/chrome/content/lightning-item-iframe.js @@ -161,7 +161,7 @@ exchangeEventDialog.prototype = { this.newItem = item.bodyType.toLowerCase() !== "html"; } else { - this._newItem = true; + this.newItem = true; itemBodyEditor.content = item.getProperty("DESCRIPTION"); }