From 142ba1a0ec4f5febcc5aaa948dc75e8cf47c9387 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 4 Nov 2009 21:07:27 -0600 Subject: [PATCH] Defaulting all columns --- src/gonvert_glade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index a86350c..a345f55 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -473,7 +473,7 @@ class Gonvert(object): #Fill up the units descriptions and clear the value cells self._clear_visible_unit_data() for key in unit_data.get_units(self._selectedCategoryName): - row = key, '', self._unitDataInCategory[key][1], '', '' + row = key, '0.0', self._unitDataInCategory[key][1], '0.', '0' self._unitModel.append(row) self._sortedUnitModel.sort_column_changed() -- 1.7.9.5