From 3db1d08bdfd31230f9187bde648c54550b4af823 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 20 Aug 2009 18:12:57 +0000 Subject: [PATCH] Fix "Invalid mode 'mergeedit' in relatedbox.xml" sync error --- chrome/content/zotero/bindings/relatedbox.xml | 1 + chrome/content/zotero/bindings/tagsbox.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/chrome/content/zotero/bindings/relatedbox.xml b/chrome/content/zotero/bindings/relatedbox.xml index dcf32437f..7a8f24295 100644 --- a/chrome/content/zotero/bindings/relatedbox.xml +++ b/chrome/content/zotero/bindings/relatedbox.xml @@ -39,6 +39,7 @@ switch (val) { case 'view': case 'merge': + case 'mergeedit': break; case 'edit': diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index 15a68f980..0094e5474 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -41,6 +41,7 @@ switch (val) { case 'view': case 'merge': + case 'mergeedit': break; case 'edit':