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,
|
dialog.connect('confirm-overwrite', self.confirm_overwrite_cb,
|
||||||
file_props)
|
file_props)
|
||||||
gtk28 = True
|
gtk28 = True
|
||||||
print last_save_dir
|
|
||||||
if last_save_dir and os.path.isdir(last_save_dir):
|
if last_save_dir and os.path.isdir(last_save_dir):
|
||||||
dialog.set_current_folder(last_save_dir)
|
dialog.set_current_folder(last_save_dir)
|
||||||
print 'set last save', last_save_dir
|
|
||||||
else:
|
else:
|
||||||
dialog.set_current_folder(helpers.get_desktop_path())
|
dialog.set_current_folder(helpers.get_desktop_path())
|
||||||
print 'set desktop', helpers.get_desktop_path()
|
|
||||||
while True:
|
while True:
|
||||||
response = dialog.run()
|
response = dialog.run()
|
||||||
if response == gtk.RESPONSE_OK:
|
if response == gtk.RESPONSE_OK:
|
||||||
|
|
Loading…
Reference in New Issue