[rhythmbox] - fix build when sound juicer code is not used for metadata extraction



commit a2c07dafe359812c97d7f9b57a93fc78346170e7
Author: Michael Scherer <misc mandriva org>
Date:   Tue Mar 2 00:07:34 2010 +0100

    - fix build when sound juicer code is not used for metadata extraction

 plugins/audiocd/rb-audiocd-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/audiocd/rb-audiocd-source.c b/plugins/audiocd/rb-audiocd-source.c
index 18a9f6f..f907259 100644
--- a/plugins/audiocd/rb-audiocd-source.c
+++ b/plugins/audiocd/rb-audiocd-source.c
@@ -291,7 +291,7 @@ rb_audiocd_source_constructed (GObject *object)
 	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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]