rm some prints
This commit is contained in:
parent
1d172a9ffc
commit
e9325a6c5f
|
@ -341,13 +341,10 @@ _('Connection with peer cannot be established.'))
|
|||
dialog.connect('confirm-overwrite', self.confirm_overwrite_cb,
|
||||
file_props)
|
||||
gtk28 = True
|
||||
print last_save_dir
|
||||
if last_save_dir and os.path.isdir(last_save_dir):
|
||||
dialog.set_current_folder(last_save_dir)
|
||||
print 'set last save', last_save_dir
|
||||
else:
|
||||
dialog.set_current_folder(helpers.get_desktop_path())
|
||||
print 'set desktop', helpers.get_desktop_path()
|
||||
while True:
|
||||
response = dialog.run()
|
||||
if response == gtk.RESPONSE_OK:
|
||||
|
|
Loading…
Reference in New Issue