Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307457
Collapse All | Expand All

(-)a/plugins/audiocd/rb-audiocd-source.c (-1 / +1 lines)
Lines 291-297 rb_audiocd_source_constructed (GObject *object) Link Here
291
	g_object_set (action, "short-label", _("Extract"), NULL);
291
	g_object_set (action, "short-label", _("Extract"), NULL);
292
292
293
#if !defined(HAVE_SJ_METADATA_GETTER)
293
#if !defined(HAVE_SJ_METADATA_GETTER)
294
	action = gtk_action_group_get_action (source->action_group, "AudioCdSourceReloadMetadata");
294
	action = gtk_action_group_get_action (priv->action_group, "AudioCdSourceReloadMetadata");
295
	g_object_set (action, "visible", FALSE, NULL);
295
	g_object_set (action, "visible", FALSE, NULL);
296
#endif
296
#endif
297
297

Return to bug 307457