|
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 |
|