Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-09-16 11:36:27 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-09-16 21:39:02 (GMT)
commit5c17e1472ff9af26016712d244cbe39787cba425 (patch)
tree4b3cb7b7eaecc611db7ebe54f4633c1e3afc43e5 /model.py
parentf0fa01cba15d26989436207e01f06e2d51d7fe9b (diff)
Fix default value for equal_pairs property in the model
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index 971fd2b..cb04358 100644
--- a/model.py
+++ b/model.py
@@ -116,7 +116,7 @@ class Model(object):
self.data['face'] = ''
self.data['align'] = '1'
self.data['divided'] = '0'
- self.data['equal_pairs'] = '1'
+ self.data['equal_pairs'] = '0'
try:
self.dtd = libxml2.parseDTD(None, join(get_bundle_path(),