5059dcf
--- gnome-applets-2.18.0/accessx-status/GNOME_AccessxStatusApplet.server.in.in.bug-buddy	2007-03-31 18:34:54.000000000 -0400
5059dcf
+++ gnome-applets-2.18.0/accessx-status/GNOME_AccessxStatusApplet.server.in.in	2007-03-31 18:40:05.000000000 -0400
5059dcf
@@ -27,7 +27,8 @@
5059dcf
 	<oaf_attribute name="panel:icon" type="string" value="ax-applet"/>
5059dcf
 	<oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
5059dcf
         <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
5059dcf
-        <oaf_attribute name="bugzilla:component" type="string" value="other-applets"/>
5059dcf
+        <oaf_attribute name="bugzilla:component" type="string" value="keyboard-accessibility (accessx-status)"/>
5059dcf
+        <oaf_attribute name="bugzilla:other_binaries" type="string" value="accessx-status-applet"/>
5059dcf
 
5059dcf
 </oaf_server>
5059dcf
 
5059dcf
--- gnome-applets-2.18.0/gswitchit/Makefile.in.bug-buddy	2007-03-12 09:04:25.000000000 -0400
5059dcf
+++ gnome-applets-2.18.0/gswitchit/Makefile.in	2007-03-31 18:34:20.000000000 -0400
1ce4845
@@ -959,7 +959,7 @@
1ce4845
 
1ce4845
 
1ce4845
 $(server_in_files): $(server_in_in_files) 
1ce4845
-	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
1ce4845
+	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@
1ce4845
 
1ce4845
 @INTLTOOL_SERVER_RULE@
1ce4845
 
5059dcf
--- gnome-applets-2.18.0/gswitchit/GNOME_KeyboardApplet.server.in.in.bug-buddy	2006-12-30 21:07:52.000000000 -0500
5059dcf
+++ gnome-applets-2.18.0/gswitchit/GNOME_KeyboardApplet.server.in.in	2007-03-31 18:34:20.000000000 -0400
1ce4845
@@ -10,6 +10,11 @@
1ce4845
         </oaf_attribute>
1ce4845
         <oaf_attribute name="name" type="string" _value="Keyboard applet factory"/>
1ce4845
         <oaf_attribute name="description" type="string" _value="Keyboard applet factory"/>
1ce4845
+        <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
1ce4845
+        <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
1ce4845
+        <oaf_attribute name="bugzilla:component" type="string" value="keyboard indicator (gswitchit)"/>
1ce4845
+        <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
1ce4845
+        <oaf_attribute name="bugzilla:other_binaries" type="string" value="gnome-keyboard-applet"/>
1ce4845
 
1ce4845
 </oaf_server>
1ce4845
 
1ce4845
@@ -25,6 +30,11 @@
1ce4845
         <oaf_attribute name="name" type="string" _value="Keyboard Indicator"/>
1ce4845
         <oaf_attribute name="description" type="string" _value="Keyboard layout indicator"/>
1ce4845
         <oaf_attribute name="panel:icon" type="string" value="gswitchit-applet.png"/>
1ce4845
+        <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
1ce4845
+        <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
1ce4845
+        <oaf_attribute name="bugzilla:component" type="string" value="keyboard indicator (gswitchit)"/>
1ce4845
+        <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
1ce4845
+        <oaf_attribute name="bugzilla:other_binaries" type="string" value="gnome-keyboard-applet"/>
1ce4845
 
1ce4845
 </oaf_server>
1ce4845
 
5059dcf
--- gnome-applets-2.18.0/gswitchit/Makefile.am.bug-buddy	2006-12-30 21:07:52.000000000 -0500
5059dcf
+++ gnome-applets-2.18.0/gswitchit/Makefile.am	2007-03-31 18:34:20.000000000 -0400
1ce4845
@@ -49,7 +49,7 @@
1ce4845
 server_DATA     = $(server_in_files:.server.in=.server)
1ce4845
 
1ce4845
 $(server_in_files): $(server_in_in_files) 
1ce4845
-	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
1ce4845
+	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@
1ce4845
 
1ce4845
 CLEANFILES = $(server_in_files) $(server_DATA) $(schemas_DATA)
1ce4845