Description: Upstream changes introduced in version 1.8.0-3ubuntu1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 pytrainer (1.8.0-3ubuntu1) oneiric; urgency=low
 .
   * No longer check gpsbabel version number in the code (LP: #694603) but
     depend on version >= 1.3.5 instead.  Thanks to Xavier Bassery for the
     patch.
 .
 The person named in the Author field signed this changelog entry.
Author: Brian Murray <brian@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/694603

--- pytrainer-1.8.0.orig/plugins/garmin-hr/conf.xml
+++ pytrainer-1.8.0/plugins/garmin-hr/conf.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <pytrainer-plugin 
-	name="Garmin via GPSBabel 1.3.5" 
-	description="Import your records directly from your Garmin GPS device (e.g. Forerunner 205 or 305) using GPSBabel (version 1.3.5)" 
+	name="Garmin via GPSBabel" 
+	description="Import your records directly from your Garmin GPS device (e.g. Forerunner 205 or 305) using GPSBabel" 
 	plugincode="garminhr"
 	pluginbutton="Import from Garmin GPS device (via GPSBabel)" 
 	executable="garminhr" 
--- pytrainer-1.8.0.orig/plugins/garmin-hr/garminhr.py
+++ pytrainer-1.8.0/plugins/garmin-hr/garminhr.py
@@ -54,10 +54,7 @@ class garminhr():
 	def run(self):
 		logging.debug(">>")
 		importfiles = []
-		if not self.checkGPSBabelVersion("1.3.5"):
-			#TODO Remove Zenity below
-			os.popen("zenity --error --text='Must be using version 1.3.5 of GPSBabel for this plugin'");
-		elif self.garminDeviceExists():
+		if self.garminDeviceExists():
 			try:
 				gpsbabelOutputFile = "%s/file.gtrnctr" % (self.tmpdir)
 				#TODO Remove Zenity below
