--- gnome-applets-2.18.0/accessx-status/GNOME_AccessxStatusApplet.server.in.in.bug-buddy 2007-03-31 18:34:54.000000000 -0400 +++ gnome-applets-2.18.0/accessx-status/GNOME_AccessxStatusApplet.server.in.in 2007-03-31 18:40:05.000000000 -0400 @@ -27,7 +27,8 @@ - + + --- gnome-applets-2.18.0/gswitchit/Makefile.in.bug-buddy 2007-03-12 09:04:25.000000000 -0400 +++ gnome-applets-2.18.0/gswitchit/Makefile.in 2007-03-31 18:34:20.000000000 -0400 @@ -959,7 +959,7 @@ $(server_in_files): $(server_in_in_files) - sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ + sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@ @INTLTOOL_SERVER_RULE@ --- gnome-applets-2.18.0/gswitchit/GNOME_KeyboardApplet.server.in.in.bug-buddy 2006-12-30 21:07:52.000000000 -0500 +++ gnome-applets-2.18.0/gswitchit/GNOME_KeyboardApplet.server.in.in 2007-03-31 18:34:20.000000000 -0400 @@ -10,6 +10,11 @@ + + + + + @@ -25,6 +30,11 @@ + + + + + --- gnome-applets-2.18.0/gswitchit/Makefile.am.bug-buddy 2006-12-30 21:07:52.000000000 -0500 +++ gnome-applets-2.18.0/gswitchit/Makefile.am 2007-03-31 18:34:20.000000000 -0400 @@ -49,7 +49,7 @@ server_DATA = $(server_in_files:.server.in=.server) $(server_in_files): $(server_in_in_files) - sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ + sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@ CLEANFILES = $(server_in_files) $(server_DATA) $(schemas_DATA)