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:
@@ -115,7 +115,8 @@ class ConfigController(Controller):
|
|||||||
|
|
||||||
response = dialog.run()
|
response = dialog.run()
|
||||||
if response == gtk.RESPONSE_OK:
|
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())
|
self.view['ejt_entry'].set_text(dialog.get_filename())
|
||||||
|
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user