summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch')
-rw-r--r--media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch b/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch
new file mode 100644
index 000000000000..29935d64065f
--- /dev/null
+++ b/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch
@@ -0,0 +1,12 @@
+diff '--exclude-from=/home/dang/.scripts/diffrc' -up -ruN rhythmbox-0.12.7.orig/plugins/audiocd/rb-audiocd-source.c rhythmbox-0.12.7/plugins/audiocd/rb-audiocd-source.c
+--- rhythmbox-0.12.7.orig/plugins/audiocd/rb-audiocd-source.c 2010-02-28 08:35:20.000000000 -0500
++++ rhythmbox-0.12.7/plugins/audiocd/rb-audiocd-source.c 2010-03-03 11:06:02.597198678 -0500
+@@ -291,7 +291,7 @@ rb_audiocd_source_constructed (GObject *
+ g_object_set (action, "short-label", _("Extract"), NULL);
+
+ #if !defined(HAVE_SJ_METADATA_GETTER)
+- action = gtk_action_group_get_action (source->action_group, "AudioCdSourceReloadMetadata");
++ action = gtk_action_group_get_action (priv->action_group, "AudioCdSourceReloadMetadata");
+ g_object_set (action, "visible", FALSE, NULL);
+ #endif
+