mirror of https://github.com/GNOME/gimp.git
fix a comment. :) fix my last entry --Matt
Mon Jun 1 01:05:52 EDT 1998 Matthew Wilson <msw@gimp.org> * plug-ins/grid.c: fix a comment. :) * ChangeLog: fix my last entry --Matt
This commit is contained in:
parent
50fd7a4a90
commit
c7bd4a151a
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Mon Jun 1 01:05:52 EDT 1998 Matthew Wilson <msw@gimp.org>
|
||||
|
||||
* plug-ins/grid.c: fix a comment. :)
|
||||
* ChangeLog: fix my last entry
|
||||
|
||||
Sun May 31 21:50:12 EDT 1998 Matthew Wilson <msw@gimp.org>
|
||||
|
||||
* plug-ins/deinterlace/deinterlace.c: patch from sjburges
|
||||
to prevent out of bounds indexing array (anyone see a pattern
|
||||
here?)
|
||||
|
||||
Sun May 31 15:35:33 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gimptool.in: use test -r instead of test -e for portability
|
||||
|
|
|
@ -217,7 +217,7 @@ doit (GDrawable * drawable)
|
|||
}
|
||||
}
|
||||
else
|
||||
{ /* Just copy shit */
|
||||
{
|
||||
for (w = sx1; w < sx2; w++)
|
||||
{
|
||||
if ((w - my_config.x_offset) % my_config.width == 0)
|
||||
|
|
|
@ -217,7 +217,7 @@ doit (GDrawable * drawable)
|
|||
}
|
||||
}
|
||||
else
|
||||
{ /* Just copy shit */
|
||||
{
|
||||
for (w = sx1; w < sx2; w++)
|
||||
{
|
||||
if ((w - my_config.x_offset) % my_config.width == 0)
|
||||
|
|
Loading…
Reference in New Issue