The unified diff between revisions [5e45cc0c..] and [23558cc5..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "tftp-console.py"
#  from [e69e26fbed6c2b40df9893ea665af6ea6a88f2e9]
#    to [4d7e85d2cc49ea2cbedfe5588de6be33df036484]
#
============================================================
--- tftp-console.py	e69e26fbed6c2b40df9893ea665af6ea6a88f2e9
+++ tftp-console.py	4d7e85d2cc49ea2cbedfe5588de6be33df036484
@@ -119,6 +119,7 @@ him know you are on the '%s' platform.""
 		response = dialog.run()
 		dialog.destroy()
 	def update_bar(self, str):
+		return
 		self.status_bar.pop(1)
 		self.status_bar.push(1, str)
 	def tftp_data_received(self, widget, address, filename, bytes):