View | Details | Raw Unified | Return to bug 226065
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/plparse/totem-disc.c
0
++ src/plparse/totem-disc.c
Lines 366-372 Link Here
366
static gboolean
366
static gboolean
367
cd_cache_has_medium (CdCache *cache)
367
cd_cache_has_medium (CdCache *cache)
368
{
368
{
369
  return FALSE;
369
  return TRUE;
370
}
370
}
371
#endif
371
#endif
372
372

Return to bug 226065