Bug : 5077650 : Accessx applet help link
authormattk
Thu, 29 Jul 2004 14:03:39 +0000
changeset 3446 93011ffa04d3
parent 3445 a827b7e3a0c1
child 3447 0a947b1dc011
Bug : 5077650 : Accessx applet help link
ChangeLog
gnome-applets.spec
patches/gnome-applets-13-accessx-dtconfig.diff
--- a/ChangeLog	Thu Jul 29 12:52:49 2004 +0000
+++ b/ChangeLog	Thu Jul 29 14:03:39 2004 +0000
@@ -1,3 +1,8 @@
+2004-07-29  Matt Keenan <[email protected]>
+
+	* gnome-applets.spec : Bug : 5077650
+	* patches/gnome-applets-13-accessx-dtconfig.diff : New Patch
+
 2004-07-29 Bill Haneman <[email protected]>
 
 	* gdm.spec: Use gdm 2.6.0.3 instead of 2.6.0.2
--- a/gnome-applets.spec	Thu Jul 29 12:52:49 2004 +0000
+++ b/gnome-applets.spec	Thu Jul 29 14:03:39 2004 +0000
@@ -2,7 +2,7 @@
 License:      GPL
 Group:        System/GUI/GNOME 
 Version:      2.6.1
-Release:      17 
+Release:      18 
 Distribution: Cinnabar
 Vendor:	      Sun Microsystems, Inc.
 Summary:      GNOME Applets
@@ -22,6 +22,7 @@
 Patch10:      gnome-applets-10-docs_figures.diff
 Patch11:      gnome-applets-11-accessx-xkb-crash.diff
 Patch12:      gnome-applets-12-disable-wireless.diff
+Patch13:      gnome-applets-13-accessx-dtconfig.diff
 
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -65,6 +66,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 libtoolize --force
@@ -172,6 +174,10 @@
 %{_libexecdir}/*
 
 %changelog
+* Thu Jul 29 2004 - [email protected]
+- Bug : 5077650, help bug
+
+* Thu Jul 08 2004 - [email protected]
 * Thu Jul 22 2004 - [email protected]
 - Disable the wireless applet.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/gnome-applets-13-accessx-dtconfig.diff	Thu Jul 29 14:03:39 2004 +0000
@@ -0,0 +1,21 @@
+*** ../gnome-applets-2.6.1.old/accessx-status/applet.c	2004-07-29 13:54:41.000000000 +0100
+--- ./accessx-status/applet.c	2004-07-29 13:55:53.000000000 +0100
+***************
+*** 183,190 ****
+  {
+  	GError *error = NULL;
+  
+! 	egg_help_display_on_screen (
+! 		"accessx-status.xml", NULL,
+  		gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
+  		&error);
+  
+--- 183,190 ----
+  {
+  	GError *error = NULL;
+  
+! 	egg_help_display_desktop_on_screen (NULL, "gnome-access-guide",
+! 		"gnome-access-guide.xml", "dtconfig-21",
+  		gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
+  		&error);
+