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 630061 - "RGBA double" registered twice
"RGBA double" registered twice
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: babl
git master
Other Linux
: Normal major
: ---
Assigned To: Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2010-09-19 13:10 UTC by Rupert Weber
Modified: 2010-12-20 21:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes redundant RGBA double registration (1.54 KB, patch)
2010-09-19 13:10 UTC, Rupert Weber
none Details | Review

Description Rupert Weber 2010-09-19 13:10:00 UTC
Created attachment 170592 [details] [review]
Removes redundant RGBA double registration

Automatic registration of double formats (commit 992874e1fc41) caused "RGBA double" to be registerd twice -- once per name and once per id.

The enclosed patch removes the redundant registration.

I will also soon post an update to #629326 to catch such situations.
Comment 1 Øyvind Kolås (pippin) 2010-12-20 21:13:47 UTC
commit e92a26cb685acc38c37d39a4a567d82517e89171
Author: Rupert Weber <gimp@leguanease.org>
Date:   Sun Sep 19 14:59:07 2010 +0200

    removed redundant RGBA double registration
    
    "RGBA double2 was registred twice, once per name, once per id.