diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-26 15:09:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-26 15:09:31 +0000 |
commit | 97ba68ff0b3e255b35112fecd6ceba50f6d4647c (patch) | |
tree | b130cf0cf56f36f2065a9440db2bdef29363ce72 /graphics/gimp-devel/files | |
parent | Upgrade to 2.0.p5 (diff) |
Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp (Yoshihiko SARUMARU).
Notes
Notes:
svn path=/head/; revision=36381
Diffstat (limited to 'graphics/gimp-devel/files')
-rw-r--r-- | graphics/gimp-devel/files/patch-plug-ins_print_print.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-devel/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000000..36f4bf7148cf --- /dev/null +++ b/graphics/gimp-devel/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else |