diff --git a/ChangeLog b/ChangeLog index af46846387..06ffa8b506 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-07 Manish Singh + + * libgimpwidgets/Makefile.am: add gimpmemsizeentry.h to HEADERS + (Fixes #102789) + 2003-01-07 Sven Neumann * plug-ins/gfig/gfig.c: don't try to initialize the showtooltips diff --git a/libgimpwidgets/Makefile.am b/libgimpwidgets/Makefile.am index e13a4d730e..7ad9f82674 100644 --- a/libgimpwidgets/Makefile.am +++ b/libgimpwidgets/Makefile.am @@ -137,6 +137,7 @@ libgimpwidgetsinclude_HEADERS = \ gimpdialog.h \ gimpfileselection.h \ gimphelpui.h \ + gimpmemsizeentry.h \ gimpoffsetarea.h \ gimppatheditor.h \ gimppickbutton.h \