summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-app_tools_gimptexttool.c
diff options
context:
space:
mode:
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;