From eff934ce00f306c385be697d119aea886b08fc74 Mon Sep 17 00:00:00 2001 From: gc Date: Fri, 23 Dec 2005 23:04:40 +0000 Subject: [PATCH] dont mark as dirty when we still have compat --- bin/booh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/booh b/bin/booh index 9de0545..5937758 100755 --- 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' -- 2.30.4