From e51a86b85d0d3880aaf713f0d0281a98a285533b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 12 Apr 1998 13:54:23 +0000 Subject: [PATCH] Fixed a typo in the palette-dialog. Removed the systemwide palettes directory from the palettes searchpath. I still think we should overwork the gradients and palettes functions to distinct between files that can be changed and those that are not writeable. Probably for 1.1 ?? --Sven --- ChangeLog | 6 ++++++ app/gui/palette-editor.c | 2 +- app/palette.c | 2 +- app/widgets/gimppaletteeditor.c | 2 +- etc/gimprc.in | 2 +- gimprc.in | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b288e05f22..3dd4115d67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Apr 12 15:49:25 MEST 1998 Sven Neumann + + * app/palette.c: fixed a typo in the menu + * gimprc.in: removed the systemwide palettes directory from the + palettes searchpath + Sun Apr 12 02:23:05 PDT 1998 Manish Singh * configure.in: I guess it didn't end... an attempt to try to diff --git a/app/gui/palette-editor.c b/app/gui/palette-editor.c index 5179281765..ba54527919 100644 --- a/app/gui/palette-editor.c +++ b/app/gui/palette-editor.c @@ -124,7 +124,7 @@ static MenuItem palette_ops[] = { { "New Palette", 0, 0, palette_new_entries_callback, NULL, NULL, NULL }, { "Delete Palette", 0, 0, palette_delete_entries_callback, NULL, NULL, NULL }, - { "Refresh Pallettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, + { "Refresh Palettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, { "Close", 0, 0, palette_close_callback, NULL, NULL, NULL }, { NULL, 0, 0, NULL, NULL, NULL, NULL }, }; diff --git a/app/palette.c b/app/palette.c index 5179281765..ba54527919 100644 --- a/app/palette.c +++ b/app/palette.c @@ -124,7 +124,7 @@ static MenuItem palette_ops[] = { { "New Palette", 0, 0, palette_new_entries_callback, NULL, NULL, NULL }, { "Delete Palette", 0, 0, palette_delete_entries_callback, NULL, NULL, NULL }, - { "Refresh Pallettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, + { "Refresh Palettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, { "Close", 0, 0, palette_close_callback, NULL, NULL, NULL }, { NULL, 0, 0, NULL, NULL, NULL, NULL }, }; diff --git a/app/widgets/gimppaletteeditor.c b/app/widgets/gimppaletteeditor.c index 5179281765..ba54527919 100644 --- a/app/widgets/gimppaletteeditor.c +++ b/app/widgets/gimppaletteeditor.c @@ -124,7 +124,7 @@ static MenuItem palette_ops[] = { { "New Palette", 0, 0, palette_new_entries_callback, NULL, NULL, NULL }, { "Delete Palette", 0, 0, palette_delete_entries_callback, NULL, NULL, NULL }, - { "Refresh Pallettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, + { "Refresh Palettes", 0, 0, palette_refresh_callback, NULL, NULL, NULL }, { "Close", 0, 0, palette_close_callback, NULL, NULL, NULL }, { NULL, 0, 0, NULL, NULL, NULL, NULL }, }; diff --git a/etc/gimprc.in b/etc/gimprc.in index 3c8fce920a..b73dd0ab32 100644 --- a/etc/gimprc.in +++ b/etc/gimprc.in @@ -51,7 +51,7 @@ # Set the palette search path...this path will be searched for valid # palettes at startup. -(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes") +(palette-path "${gimp_dir}/palettes") # Specify a default palette. # The pattern is searched for in the specified pattern paths. diff --git a/gimprc.in b/gimprc.in index 3c8fce920a..b73dd0ab32 100644 --- a/gimprc.in +++ b/gimprc.in @@ -51,7 +51,7 @@ # Set the palette search path...this path will be searched for valid # palettes at startup. -(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes") +(palette-path "${gimp_dir}/palettes") # Specify a default palette. # The pattern is searched for in the specified pattern paths.