3 Jan
2005
3 Jan
'05
4:48 p.m.
Bob Jamison wrote:
Well, I did a cvs update and make clean;make just to be certain, but images are not loading, and the Open dialog shows nothing with the "All images" file filter selected.
I hope it's not just me. ;-)
Bob
FYI:
I have this as a test at filedialog.cpp, line 779:
Inkscape::Extension::db.get_input_list(extension_list);
g_message("db.get_input_list: %d\n", extension_list.size());
...and it prints 0
Bob