summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fireflix.js b/content/fireflix.js
index 2ee408f..24894df 100644
--- a/content/fireflix.js
+++ b/content/fireflix.js
@@ -129,12 +129,13 @@ var fireflix = {
129 this.photos = new Array(); 129 this.photos = new Array();
130 var n; while(n=xp.iterateNext()) { 130 var n; while(n=xp.iterateNext()) {
131 this.photos.push(new Photo(n)); 131 this.photos.push(new Photo(n));
132 } 132 }
133 this.rowCount = this.photos.length; 133 this.rowCount = this.photos.length;
134 this.tree.endUpdateBatch(); 134 this.tree.endUpdateBatch();
135 this.selection.clearSelection();
135 }, 136 },
136 load_photos: function(psid) { 137 load_photos: function(psid) {
137 var _this = this; 138 var _this = this;
138 this.fireflix.flickr.api_call( 139 this.fireflix.flickr.api_call(
139 { 140 {
140 method: 'flickr.photosets.getPhotos', 141 method: 'flickr.photosets.getPhotos',