diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-04-23 Michael Natterer <mitch@imendio.com> + + * tests/Makefile.am (testtooltips_SOURCES): fix typo: + testtoooltips_SOURCES -> testtooltips_SOURCES. + 2007-04-19 Cody Russell <bratsche@gnome.org> * modules/engines/ms-windows/msw_style.c: Fix menuitem rendering diff --git a/tests/Makefile.am b/tests/Makefile.am index 52be7c72b2..8aafd1ae67 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -279,7 +279,7 @@ testrecentchooser_SOURCES = \ testgrouping_SOURCES = \ testgrouping.c -testtoooltips_SOURCES = \ +testtooltips_SOURCES = \ testtooltips.c testrecentchoosermenu_SOURCES = \ |