diff -ruN garmin-hr/conf.xml garmin-hr.patched//conf.xml --- garmin-hr/conf.xml 2010-12-26 13:50:13.276385002 -0800 +++ garmin-hr.patched//conf.xml 2010-12-26 13:55:40.566385005 -0800 @@ -1,7 +1,7 @@ >") importfiles = [] - if not self.checkGPSBabelVersion("1.4.0"): + if not self.checkGPSBabelVersion("1.3.5"): #TODO Remove Zenity below - os.popen("zenity --error --text='Must be using version 1.4.0 of GPSBabel for this plugin'"); + os.popen("zenity --error --text='Must be using version 1.3.5 of GPSBabel for this plugin'"); elif self.garminDeviceExists(): try: gpsbabelOutputFile = "%s/file.gtrnctr" % (self.tmpdir)