• Small fix to be able to open OpenLog

    By Philippe Ardit 7 years ago

    to avoid error messagez “HTTP JVM: This database object is already open as …\OpenLog.nsf”, in the method “dk.majkilde.logreader.menu.actions.NSFAction.isValid()“, add “if (!db.isOpen())” before “db.open();” : if (!db.isOpen()) db.open();