GNOME Bugzilla – Bug 374657
XCF files fail to open
Last modified: 2006-11-13 15:07:12 UTC
Please describe the problem: After last CVS update I did, I'm not able to open the xcf files I created before. I always get this message: -------------- Opening '/path/to/file.xcf' failed: Plug-In could not open image -------------- Before the last CVS update it worked fine. Steps to reproduce: 1. Open a xcf file Actual results: I get the message: -------------- Opening '/path/to/file.xcf' failed: Plug-In could not open image -------------- Expected results: That the file opens. Does this happen every time? I always get that error message when trying to open any xcf file. Other information:
Jikes, that must be the change i did yesterday, Will fix immediately.
Fixed in CVS: 2006-11-13 Michael Natterer <mitch@gimp.org> * app/xcf/xcf.c (xcf_load_invoker): fix g_str_has_prefix() change below. Now we can open XCF files again. Fixes bug #374657.
Just want to let you know that it works fine now. But I guess you already know it ;) Thanks for fixing it.