From 85f756737f7d90ed11d3d152fa1af2a684a951ae Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 16 Jun 2013 12:56:28 -0400
Subject: [PATCH] Fix messages list column dragging after changing column/sort settings

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index ed97d19..e7b73cd 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5872,7 +5872,7 @@
         }
         th.appendChild(tr);
         thead.parentNode.replaceChild(th, thead);
-        thead = th;
+        list.thead = thead = th;
       }
 
       for (n=0, len=this.env.coltypes.length; n<len; n++) {

--
Gitblit v1.9.1