www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3db1d08bdfd31230f9187bde648c54550b4af823
parent d1fd3cde13cc75814299bd972916f1295485090e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 20 Aug 2009 18:12:57 +0000

Fix "Invalid mode 'mergeedit' in relatedbox.xml" sync error


Diffstat:
Mchrome/content/zotero/bindings/relatedbox.xml | 1+
Mchrome/content/zotero/bindings/tagsbox.xml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -41,6 +41,7 @@ switch (val) { case 'view': case 'merge': + case 'mergeedit': break; case 'edit':