Comment 0 for bug 883019

Revision history for this message
S Michel (post-michelsstern) wrote :

The bug is known by the author and there is a solution. Probably somebody can update the package? Seems easy enough but I don't know how to do it. It doesn't look like there will be a new version anytime soon.

## I found this on ubuntuforums.org (from 2009):
I## just got mail from Jérôme, the author, and he is aware of this bug. Will be fixed in next, 2.1.7 version. However, he told me ## that there is a temporary fix for 2.1.6. All you have to do is change the line 3330 in file "misc.c". Change:
## g_free(currentPath); to this:
## gtk_tree_path_free(currentPath);
## and then compile. With this correction, Load filenames from .txt file feature works fine.

Thanks for help

Seballa