committed by
Philipp Hörist
parent
76b9ef6b9f
commit
3d7d3e72a3
@@ -502,7 +502,7 @@ class UrlImagePreviewPlugin(GajimPlugin):
|
|||||||
'create files in this directory.'),
|
'create files in this directory.'),
|
||||||
transient_for=app.app.get_active_window())
|
transient_for=app.app.get_active_window())
|
||||||
return
|
return
|
||||||
shutil.copy(str(preview.orig_path), target_path)
|
shutil.copyfile(str(preview.orig_path), target_path)
|
||||||
|
|
||||||
FileSaveDialog(on_ok,
|
FileSaveDialog(on_ok,
|
||||||
path=app.config.get('last_save_dir'),
|
path=app.config.get('last_save_dir'),
|
||||||
|
|||||||
Reference in New Issue
Block a user