After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 378003 - Loading XCF inverts channel order
Loading XCF inverts channel order
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.2.x
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-22 04:41 UTC by Chris Mohler
Modified: 2008-01-15 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Mohler 2006-11-22 04:41:50 UTC
Please describe the problem:
Saving a .XCF in 2.3.12 (with channels) reorders the channels from start to finish(top to bottom?).

Steps to reproduce:
1. new file
2. add two channels
3. save as .XCF
4. close
5. reopen




Actual results:
The channel order is inverted.  

Expected results:
Open with the channels in the order corresponding to the saved file.

Does this happen every time?
Yes

Other information:
Comment 1 Chris Mohler 2006-11-22 04:45:35 UTC
I meant to add that this behavior is reproducible in GIMP 2.2 also.
Comment 2 Simon Budig 2006-11-22 10:20:38 UTC
Fixed in HEAD:

2006-11-22  Simon Budig  <simon@gimp.org>

        * app/xcf/xcf-load.c: load the channels in the proper order.
        fixes bug #378003. Thanks to Chris Mohler for spotting this.
Comment 3 Sven Neumann 2006-11-22 17:32:16 UTC
Chris, does your second comment indicate that this or a similar bug is in 2.2 as well? If so, please reopen this bug report.
Comment 4 Chris Mohler 2006-11-22 20:57:34 UTC
I see the same bug in 2.2.10.

I'm re-opening per Sven's request.
Comment 5 Sven Neumann 2006-11-23 08:51:56 UTC
2006-11-23  Sven Neumann  <sven@gimp.org>

	Merged from HEAD branch (fix by Simon Budig):

	* app/xcf/xcf-load.c: load the channels in the proper order;
	fixes bug #378003.