remove duplicated line
This commit is contained in:
parent
1ce4015512
commit
a80c688d5f
|
@ -240,7 +240,6 @@ _('Connection with peer cannot be established.'))
|
||||||
response = dialog.run()
|
response = dialog.run()
|
||||||
if response == gtk.RESPONSE_OK:
|
if response == gtk.RESPONSE_OK:
|
||||||
files_path_list = dialog.get_filenames()
|
files_path_list = dialog.get_filenames()
|
||||||
file_dir = None
|
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
file_dir = None
|
file_dir = None
|
||||||
for file_path in files_path_list:
|
for file_path in files_path_list:
|
||||||
|
|
Loading…
Reference in New Issue