diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2015-02-14 11:15:18 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-02-14 11:15:18 +0000 |
| commit | b80e54fe3f4b0d2abf20bdbce7edcd256abddb1b (patch) | |
| tree | 2cdc2e1bcab673e50aee470dc7ed000fc0baba5a | |
| parent | desktop-events: Get rid of GList usage. (diff) | |
| download | inkscape-b80e54fe3f4b0d2abf20bdbce7edcd256abddb1b.tar.gz inkscape-b80e54fe3f4b0d2abf20bdbce7edcd256abddb1b.zip | |
Fix for Bug #137168 (Update Columns in inkscape default palette).
Fixed bugs:
- https://launchpad.net/bugs/137168
(bzr r13920)
| -rw-r--r-- | share/palettes/Gray.gpl | 1 | ||||
| -rw-r--r-- | share/palettes/LaTeX-Beamer.gpl | 1 | ||||
| -rw-r--r-- | share/palettes/MATLAB-Jet-72.gpl | 2 | ||||
| -rw-r--r-- | share/palettes/inkscape.gpl | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/share/palettes/Gray.gpl b/share/palettes/Gray.gpl index 7022935e3..a3c6f2c42 100644 --- a/share/palettes/Gray.gpl +++ b/share/palettes/Gray.gpl @@ -1,6 +1,5 @@ GIMP Palette Name: Gray -Columns: 3 # 0 0 0 00 hex (0) 1 1 1 01 hex (1) diff --git a/share/palettes/LaTeX-Beamer.gpl b/share/palettes/LaTeX-Beamer.gpl index ae338e68f..e580a42aa 100644 --- a/share/palettes/LaTeX-Beamer.gpl +++ b/share/palettes/LaTeX-Beamer.gpl @@ -1,6 +1,5 @@ GIMP Palette Name: LaTeX Beamer -Columns: 0 # 24 28 87 default outer 1 37 43 130 default outer 2 diff --git a/share/palettes/MATLAB-Jet-72.gpl b/share/palettes/MATLAB-Jet-72.gpl index ac69f1675..7ee5cfd00 100644 --- a/share/palettes/MATLAB-Jet-72.gpl +++ b/share/palettes/MATLAB-Jet-72.gpl @@ -1,6 +1,6 @@ GIMP Palette Name: MATLAB Jet (72) -Columns: 3 +Columns: 6 # 0 0 127 0 0 0 127 #1 diff --git a/share/palettes/inkscape.gpl b/share/palettes/inkscape.gpl index 3bf431b96..219615bbc 100644 --- a/share/palettes/inkscape.gpl +++ b/share/palettes/inkscape.gpl @@ -1,6 +1,6 @@ GIMP Palette Name: Inkscape default -Columns: 3 +Columns: 27 # generated by PaletteGen.py 0 0 0 Black 26 26 26 90% Gray |
