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 792057 - Zero based palette indices
Zero based palette indices
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: Profiles
git master
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-29 23:05 UTC by Egmont Koblinger
Modified: 2017-12-31 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (12.03 KB, patch)
2017-12-29 23:07 UTC, Egmont Koblinger
committed Details | Review

Description Egmont Koblinger 2017-12-29 23:05:20 UTC
In Profile prefs -> Colors, the tooltip text and the title of the color picker windows go from "entry 1" to "entry 16".

For those who care about these numbers at all, I believe 0..15 is a better numbering, since it matches the escape sequences and probably any other place where these colors are numbered.
Comment 1 Egmont Koblinger 2017-12-29 23:07:54 UTC
Created attachment 366103 [details] [review]
Fix

I'm planning some generic cleanup of the *.ui files, including fixing the silly order of GtkTable (and while at it, convert to GtkGrid) elements, so I'm not doing it here.
Comment 2 Egmont Koblinger 2017-12-31 11:48:28 UTC
Submitted.