summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-app_tools_gimptexttool.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-05 07:57:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-05 07:57:43 +0000
commitc89edaef580e7d2172faa7ec0f70b6f5ea15194f (patch)
tree73b15c2ff0b25ca8c022bf56d4f259aa7018de2c /graphics/gimp/files/patch-app_tools_gimptexttool.c
parentMake sure the libgimpprint.so library is linked against libintl to resolve (diff)
Update to 2.0pre3.
Notes
Notes: svn path=/head/; revision=100034
Diffstat (limited to 'graphics/gimp/files/patch-app_tools_gimptexttool.c')
-rw-r--r--graphics/gimp/files/patch-app_tools_gimptexttool.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp/files/patch-app_tools_gimptexttool.c b/graphics/gimp/files/patch-app_tools_gimptexttool.c
new file mode 100644
index 000000000000..7fbf416afd36
--- /dev/null
+++ b/graphics/gimp/files/patch-app_tools_gimptexttool.c
@@ -0,0 +1,11 @@
+--- app/tools/gimptexttool.c.orig Thu Feb 5 01:52:53 2004
++++ app/tools/gimptexttool.c Thu Feb 5 01:53:00 2004
+@@ -218,7 +218,7 @@
+ GdkModifierType state,
+ GimpDisplay *gdisp)
+ {
+- GimpTextTool *text_tool = GIMP_TEXT_TOOL (tool);;
++ GimpTextTool *text_tool = GIMP_TEXT_TOOL (tool);
+ GimpDrawable *drawable;
+ GimpText *text = NULL;
+ gint off_x = 0;