From 2e69608a46190cf4b0214a942f616ef3fde9e3a2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sat, 14 Apr 2018 00:52:20 +0200 Subject: [PATCH] Bug 795230 - Rename Blend tool and provide PDB compatibility Rename gimpblendtool{.c,-editor.{c,h}} to gimpgradientool{.c,-editor.{c,h}}. Note that this commit only renames the files; the actual changes are done in the next commit, so that git doesn't consider them new files. --- app/tools/{gimpblendtool-editor.c => gimpgradienttool-editor.c} | 0 app/tools/{gimpblendtool-editor.h => gimpgradienttool-editor.h} | 0 app/tools/{gimpblendtool.c => gimpgradienttool.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename app/tools/{gimpblendtool-editor.c => gimpgradienttool-editor.c} (100%) rename app/tools/{gimpblendtool-editor.h => gimpgradienttool-editor.h} (100%) rename app/tools/{gimpblendtool.c => gimpgradienttool.c} (100%) diff --git a/app/tools/gimpblendtool-editor.c b/app/tools/gimpgradienttool-editor.c similarity index 100% rename from app/tools/gimpblendtool-editor.c rename to app/tools/gimpgradienttool-editor.c diff --git a/app/tools/gimpblendtool-editor.h b/app/tools/gimpgradienttool-editor.h similarity index 100% rename from app/tools/gimpblendtool-editor.h rename to app/tools/gimpgradienttool-editor.h diff --git a/app/tools/gimpblendtool.c b/app/tools/gimpgradienttool.c similarity index 100% rename from app/tools/gimpblendtool.c rename to app/tools/gimpgradienttool.c