Import from recent files makes troubles
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
New
|
Low
|
Unassigned |
Bug Description
Openshot version 1.4.2, installed on Debian wheezy from testing repository.
The first import from recent files goes fine. But after it the import button doesn't work anymore.
Launching from terminal, it gives the following error:
on_tlbImportFil
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
TypeError: Gtk.FileChooser
Bug seems to be solved changing line 46 of openshot/
if default_folder != "None":
to:
if default_folder != None:
Unfortunately, I have not been able to reproduce it on my ...........Ubuntu.