rpms/gnome-media/devel gnome-media-2.13.5-hide-help-button.patch, NONE, 1.1 gnome-media.spec, 1.51, 1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jan 22 07:33:40 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/gnome-media/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11577

Modified Files:
	gnome-media.spec 
Added Files:
	gnome-media-2.13.5-hide-help-button.patch 
Log Message:
* Sun Jan 22 2006 Christopher Aillon <caillon at redhat.com> - 2.13.5-2
- Disable the help button in gnome-audio-profiles-properties since
  it isn't yet hooked up to anything.


gnome-media-2.13.5-hide-help-button.patch:
 audio-profiles-edit.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE gnome-media-2.13.5-hide-help-button.patch ---
Index: gnome-media/profiles/audio-profiles-edit.c
===================================================================
RCS file: /cvs/gnome/gnome-media/profiles/audio-profiles-edit.c,v
retrieving revision 1.9
diff -d -u -p -r1.9 audio-profiles-edit.c
--- gnome-media/profiles/audio-profiles-edit.c	24 Jul 2005 08:55:30 -0000	1.9
+++ gnome-media/profiles/audio-profiles-edit.c	22 Jan 2006 07:12:47 -0000
@@ -605,8 +605,10 @@ gm_audio_profiles_edit_init (GMAudioProf
                                  // FIXME: GTK_DIALOG_DESTROY_WITH_PARENT,
   gtk_window_set_title (GTK_WINDOW (dialog), _("Edit GMAudio Profiles"));
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
+#if 0
                                  GTK_STOCK_HELP,
                                  GTK_RESPONSE_HELP,
+#endif
                                  GTK_STOCK_CLOSE,
                                  GTK_RESPONSE_ACCEPT,
                                  NULL);


Index: gnome-media.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gnome-media.spec	18 Jan 2006 17:03:56 -0000	1.51
+++ gnome-media.spec	22 Jan 2006 07:33:38 -0000	1.52
@@ -11,12 +11,13 @@
 Summary:        GNOME media programs.
 Name:           gnome-media
 Version:        2.13.5
-Release: 	1
+Release:        2
 License:        GPL
 Group:          Applications/Multimedia
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.11/gnome-media-%{version}.tar.bz2
 Patch3:         gnome-media-2.9.90-no-oss-mixer.patch
-Patch4:	        gnome-media-2.12.0-settings.patch
+Patch4:         gnome-media-2.12.0-settings.patch
+Patch5:         gnome-media-2.13.5-hide-help-button.patch
 
 Requires:       scrollkeeper >= 0.1.4
 BuildRoot:      %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
@@ -64,6 +65,7 @@
 %setup -q
 %patch3 -p1 -b .no-oss-mixer
 %patch4 -p1 -b .settings
+%patch5 -p1 -b .hide-help-button
 
 %build
 %configure 
@@ -153,6 +155,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sun Jan 22 2006 Christopher Aillon <caillon at redhat.com> - 2.13.5-2
+- Disable the help button in gnome-audio-profiles-properties since
+  it isn't yet hooked up to anything.
+
 * Wed Jan 18 2006 John (J5) Palmieri <johnp at redhat.com> - 2.13.5-1
 - Upgrade to 2.13.5
 - Pull in gstreamer08 not gstreamer




More information about the fedora-cvs-commits mailing list