www

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

commit 9cd0aa218261eede68d0c987581da53969d866b3
parent d421f2587873ce55a0494cbd90876ea7cc7e6741
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  6 Nov 2009 09:26:44 +0000

Purge deleted values on trash empty


Diffstat:
Mchrome/content/zotero/overlay.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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); } }