From c89edaef580e7d2172faa7ec0f70b6f5ea15194f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 5 Feb 2004 07:57:43 +0000 Subject: Update to 2.0pre3. --- graphics/gimp/files/patch-app_tools_gimptexttool.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gimp/files/patch-app_tools_gimptexttool.c (limited to 'graphics/gimp/files/patch-app_tools_gimptexttool.c') 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; -- cgit v1.2.3