From 2616e82340f768c543420e7108c1da8bb3286d47 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 19 May 2009 13:06:09 -0600 Subject: [PATCH] Don't show double notifications in dimp compose screen --- imp/js/src/compose-dimp.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imp/js/src/compose-dimp.js b/imp/js/src/compose-dimp.js index f9e0d9964..5e29f8667 100644 --- a/imp/js/src/compose-dimp.js +++ b/imp/js/src/compose-dimp.js @@ -285,7 +285,9 @@ var DimpCompose = { this.dbtext = this.sbtext = null; } - DimpCore.showNotifications(r.msgs); + if (!r.msgs_noauto) { + DimpCore.showNotifications(r.msgs); + } }, onNoSpellError: function(action) -- 2.11.0