From 9cd0aa218261eede68d0c987581da53969d866b3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 6 Nov 2009 09:26:44 +0000 Subject: [PATCH] Purge deleted values on trash empty --- chrome/content/zotero/overlay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index e6f9cc9443..fc6be008ba 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -1342,6 +1342,7 @@ var ZoteroPane = new function() Zotero.getString('general.actionCannotBeUndone')); if (result) { Zotero.Items.emptyTrash(); + Zotero.purgeDataObjects(true); } }