diff --git a/ChangeLog b/ChangeLog index 6920fb543..b36105d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-08-09 Alex Roitman + * src/Filters/SideBar/Makefile.am (pkgdatadir): Typo. + 2006-08-08 Brian Matherly * src/Config/_GrampsIniKeys.py: Allow multiple functions to use notify_add diff --git a/src/Filters/SideBar/Makefile.am b/src/Filters/SideBar/Makefile.am index fd670d56e..36a84710b 100644 --- a/src/Filters/SideBar/Makefile.am +++ b/src/Filters/SideBar/Makefile.am @@ -1,6 +1,6 @@ # This is the src/Filters/SideBar level Makefile for Gramps -pkgdatadir = $(datadir)/@PACKAGE@/Filters +pkgdatadir = $(datadir)/@PACKAGE@/Filters/SideBar pkgdata_PYTHON = \ _EventSidebarFilter.py \