1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Changed unnecessary string into optional (debug mode).

This commit is contained in:
2007-09-12 20:37:51 +00:00
parent 4e3de66f89
commit f978b75c7c

View File

@@ -115,7 +115,8 @@ class ConfigController(Controller):
response = dialog.run()
if response == gtk.RESPONSE_OK:
print dialog.get_filename()
if __debug__:
print "c_config.py: __show_filechooser()", dialog.get_filename()
self.view['ejt_entry'].set_text(dialog.get_filename())
dialog.destroy()