dont mark as dirty when we still have compat
authorgc <gc>
Fri, 23 Dec 2005 23:04:40 +0000 (23:04 +0000)
committergc <gc>
Fri, 23 Dec 2005 23:04:40 +0000 (23:04 +0000)
bin/booh

index 9de054554c8e13fd5fb382de6465707b9b68acbe..5937758e7fa0b081293ab5f5e1bd0a7eed3508f4 100755 (executable)
--- a/bin/booh
+++ b/bin/booh
@@ -2362,7 +2362,7 @@ def open_file(filename)
         return utf8(_("Corrupted booh file..."))
     end
 
-    if $xmldoc.root.attributes['version'] != $VERSION
+    if $xmldoc.root.attributes['version'] < '0.8.4'
         msg 2, _("File's version %s, booh version now %s, marking dirty") % [ $xmldoc.root.attributes['version'], $VERSION ]
         mark_document_as_dirty
         if $xmldoc.root.attributes['version'] < '0.8.4'