Racer-666 / flowblade

Automatically exported from code.google.com/p/flowblade
0 stars 0 forks source link

Cannot select thumbnail folder/ #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run app
2.Click Edit > Preferences > Select Folder

In console:
Traceback (most recent call last):
  File "/usr/src/mellow/BUILD/flowblade/flowblade-trunk/Flowblade/menuactions.py", line 367, in _thumbs_select_clicked
    dialogs.select_thumbnail_dir(useraction.select_thumbnail_dir_callback, gui.editor_window.window, editorpersistance.prefs.thumbnail_folder, False)
  File "/usr/src/mellow/BUILD/flowblade/flowblade-trunk/Flowblade/dialogs.py", line 257, in select_thumbnail_dir
    panel, file_select = panels.get_thumbnail_select_panel(current_dir_path)
  File "/usr/src/mellow/BUILD/flowblade/flowblade-trunk/Flowblade/panels.py", line 323, in get_thumbnail_select_panel
    out_folder.set_current_folder(current_folder_path)
TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not 
None

Original issue reported on code.google.com by wert12...@gmail.com on 8 Apr 2013 at 8:14

GoogleCodeExporter commented 8 years ago
Confirmed. 

Work around for unfixed versions of Flowblade:
1. Open Flowblade
2. Press "Add" button on "Media" -files panel.
3. Select folder for thumbnail files as instructed.
4. Now you won't get error because thumbnails folder is no longer None.

Original comment by janne.li...@gmail.com on 9 Apr 2013 at 8:28

GoogleCodeExporter commented 8 years ago
Fixed in repository.

Leaving this open for now for work around to be found.

Original comment by janne.li...@gmail.com on 9 Apr 2013 at 8:42

GoogleCodeExporter commented 8 years ago
Last update fix this for me. Thank you! 

Original comment by wert12...@gmail.com on 10 Apr 2013 at 4:46

GoogleCodeExporter commented 8 years ago
Marking fixed.

Original comment by janne.li...@gmail.com on 29 May 2014 at 3:25