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

#
#
# patch "tftp-console.py"
#  from [4d7e85d2cc49ea2cbedfe5588de6be33df036484]
#    to [e69e26fbed6c2b40df9893ea665af6ea6a88f2e9]
#
============================================================
--- tftp-console.py	4d7e85d2cc49ea2cbedfe5588de6be33df036484
+++ tftp-console.py	e69e26fbed6c2b40df9893ea665af6ea6a88f2e9
@@ -119,7 +119,6 @@ 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):