svncommit
2007-10-19 68b6a9e8e49fcd17b5e71cb6c0162fdbd39b44f3
program/js/list.js
@@ -37,6 +37,7 @@
  this.multiselect = false;
  this.draggable = false;
  this.keyboard = false;
  this.toggleselect = false;
  
  this.dont_select = false;
  this.drag_active = false;
@@ -347,8 +348,11 @@
  if (!this.selection.length)
    this.shift_start = null;
  if (this.toggleselect && this.last_selected==id)
    this.highlight_row(id, true);
  this.last_selected = id;
  this.set_classname(this.rows[id].obj, 'focused', true);
  this.set_classname(this.rows[id].obj, 'focused', true);
},