diff --git a/ChangeLog b/ChangeLog index a79a02435..31cceccad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-10 Kai Lahmann + + * capplets/*/Makefile.am: fixed Applicationsdir to a value that + allows to see all the icons in gnomecc + 2001-07-09 Bradford Hovinen * Makefile.am: Added Gnome.directory and installation routine diff --git a/capplets/keyboard/Makefile.am b/capplets/keyboard/Makefile.am index 3bc1b35b7..7ac570ccf 100644 --- a/capplets/keyboard/Makefile.am +++ b/capplets/keyboard/Makefile.am @@ -1,4 +1,4 @@ -Applicationsdir = $(datadir)/control-center/Desktop +Applicationsdir = $(datadir)/control-center/capplets Applications_DATA = \ keyboard-properties.desktop diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 1389c5111..ca4a95c52 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -4,7 +4,7 @@ pixmap_DATA = \ mouse-left.png \ mouse-right.png -Applicationsdir = $(datadir)/control-center/Desktop +Applicationsdir = $(datadir)/control-center/capplets Applications_DATA = \ mouse-properties.desktop diff --git a/capplets/sound/Makefile.am b/capplets/sound/Makefile.am index d29f153c6..f8a5462eb 100644 --- a/capplets/sound/Makefile.am +++ b/capplets/sound/Makefile.am @@ -1,4 +1,4 @@ -Applicationsdir = $(datadir)/control-center/capplets/Desktop +Applicationsdir = $(datadir)/control-center/capplets Applications_DATA = \ sound-properties.desktop