From 4b21b4fc5248322c10ffb24edfd5ec78ebcce824 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 16 Nov 2006 22:08:51 +0000 Subject: clear selection in photoset photos when changing the set git-svn-id: http://svn.klever.net/kin/fireflix/trunk@228 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/content/fireflix.js b/content/fireflix.js index 2ee408f..24894df 100644 --- a/content/fireflix.js +++ b/content/fireflix.js @@ -132,6 +132,7 @@ var fireflix = { } this.rowCount = this.photos.length; this.tree.endUpdateBatch(); + this.selection.clearSelection(); }, load_photos: function(psid) { var _this = this; -- cgit v0.9.0.2