as Garrick James correctly pointed out, GPlugInInfo was changed to
2000-10-18 Sven Neumann <sven@gimp.org> * gimp.m4: as Garrick James correctly pointed out, GPlugInInfo was changed to GimpPlugInInfo with version 1.1.24, not 1.1.20.
This commit is contained in:
parent
d69c1a72b4
commit
5848596f74
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2000-10-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gimp.m4: as Garrick James correctly pointed out, GPlugInInfo was
|
||||
changed to GimpPlugInInfo with version 1.1.24, not 1.1.20.
|
||||
|
||||
2000-10-17 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/gimp.c: gimp_uninstall_temp_proc(): free the original
|
||||
|
|
|
|||
4
gimp.m4
4
gimp.m4
|
|
@ -86,7 +86,7 @@ dnl
|
|||
GIMP_MICRO_VERSION >= (micro)))
|
||||
#endif
|
||||
|
||||
#if GIMP_CHECK_VERSION(1,1,20)
|
||||
#if GIMP_CHECK_VERSION(1,1,24)
|
||||
GimpPlugInInfo
|
||||
#else
|
||||
GPlugInInfo
|
||||
|
|
@ -165,7 +165,7 @@ int main ()
|
|||
GIMP_MICRO_VERSION >= (micro)))
|
||||
#endif
|
||||
|
||||
#if GIMP_CHECK_VERSION(1,1,20)
|
||||
#if GIMP_CHECK_VERSION(1,1,24)
|
||||
GimpPlugInInfo
|
||||
#else
|
||||
GPlugInInfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue