diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * art/Makefile.am: Fixed EXTRA_DIST for make distcheck. + +2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle" arguments. diff --git a/art/Makefile.am b/art/Makefile.am index a7de1604af..4ec6c2812c 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -29,4 +29,6 @@ EXTRA_DIST = \ meeting.xpm \ priority-high.xpm \ priority-low.xpm \ + tree-expanded.xpm \ + tree-unexpanded.xpm \ $(images_DATA) |