From 56012e56aae92c270c2978cfeee35ede13416200 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 31 Jul 2012 04:06:17 -0400
Subject: [PATCH] Fix variable scope

---
 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 4662105..01d38fa 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -4277,7 +4277,7 @@
     if (!this.gui_objects.contactslist)
       return false;
 
-    var c, list = this.contact_list,
+    var c, col, list = this.contact_list,
       row = document.createElement('tr');
 
     row.id = 'rcmrow'+this.html_identifier(cid);

--
Gitblit v1.9.1