[gimp] Move the GimpTextProxy widget from app/tools/ to app/widgets/
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp] Move the GimpTextProxy widget from app/tools/ to app/widgets/
- Date: Wed, 24 Jun 2009 17:35:09 +0000 (UTC)
commit b5079eb1b78e84bc3ff21a921c1dc54caae1f827
Author: Michael Natterer <mitch gimp org>
Date: Wed Jun 24 19:34:36 2009 +0200
Move the GimpTextProxy widget from app/tools/ to app/widgets/
app/tools/Makefile.am | 2 --
app/tools/gimptexttool.c | 2 +-
app/widgets/Makefile.am | 2 ++
app/{tools => widgets}/gimptextproxy.c | 0
app/{tools => widgets}/gimptextproxy.h | 3 +++
5 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/Makefile.am b/app/tools/Makefile.am
index 8bead60..b35855d 100644
--- a/app/tools/Makefile.am
+++ b/app/tools/Makefile.am
@@ -168,8 +168,6 @@ libapptools_a_sources = \
gimpsourcetool.h \
gimptextoptions.c \
gimptextoptions.h \
- gimptextproxy.c \
- gimptextproxy.h \
gimptexttool.c \
gimptexttool.h \
gimpthresholdtool.c \
diff --git a/app/tools/gimptexttool.c b/app/tools/gimptexttool.c
index 60f28d1..7f14f3d 100644
--- a/app/tools/gimptexttool.c
+++ b/app/tools/gimptexttool.c
@@ -51,6 +51,7 @@
#include "widgets/gimphelp-ids.h"
#include "widgets/gimpmenufactory.h"
#include "widgets/gimptexteditor.h"
+#include "widgets/gimptextproxy.h"
#include "widgets/gimpuimanager.h"
#include "widgets/gimpviewabledialog.h"
@@ -61,7 +62,6 @@
#include "gimprectangletool.h"
#include "gimprectangleoptions.h"
#include "gimptextoptions.h"
-#include "gimptextproxy.h"
#include "gimptexttool.h"
#include "gimptoolcontrol.h"
diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am
index bb07206..2261640 100644
--- a/app/widgets/Makefile.am
+++ b/app/widgets/Makefile.am
@@ -277,6 +277,8 @@ libappwidgets_a_sources = \
gimptemplateview.h \
gimptexteditor.c \
gimptexteditor.h \
+ gimptextproxy.c \
+ gimptextproxy.h \
gimpthumbbox.c \
gimpthumbbox.h \
gimptoggleaction.c \
diff --git a/app/tools/gimptextproxy.c b/app/widgets/gimptextproxy.c
similarity index 100%
rename from app/tools/gimptextproxy.c
rename to app/widgets/gimptextproxy.c
diff --git a/app/tools/gimptextproxy.h b/app/widgets/gimptextproxy.h
similarity index 95%
rename from app/tools/gimptextproxy.h
rename to app/widgets/gimptextproxy.h
index 7a2058a..fa2c03d 100644
--- a/app/tools/gimptextproxy.h
+++ b/app/widgets/gimptextproxy.h
@@ -1,6 +1,9 @@
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
+ * GimpTextProxy
+ * Copyright (C) 2009 Michael Natterer <mitch gimp org>
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]