Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111990 | Differences between
and this patch

Collapse All | Expand All

(-)bin/gnump3d2 (-1 / +1 lines)
Lines 3351-3357 Link Here
3351
  $advanced_playlist = getConfig( "advanced_playlists", 1 );
3351
  $advanced_playlist = getConfig( "advanced_playlists", 1 );
3352
3352
3353
  # Tag cache
3353
  # Tag cache
3354
  $tag_cache   = getConfig( "tag_cache", "/tmp/tags.cache" );
3354
  $tag_cache   = getConfig( "tag_cache", "" );
3355
3355
3356
  #
3356
  #
3357
  # Experimental features.
3357
  # Experimental features.
(-)lib/gnump3d/plugins/search.pm (-1 / +1 lines)
Lines 70-76 Link Here
70
    #
70
    #
71
    # Make sure that the song tag cache exists before anything else.
71
    # Make sure that the song tag cache exists before anything else.
72
    #
72
    #
73
    my $tagCache = &getConfig( "tag_cache", "/tmp/tags.cache" );
73
    my $tagCache = &getConfig( "tag_cache", "" );
74
    if ( ( ! defined( $tagCache ) ) ||
74
    if ( ( ! defined( $tagCache ) ) ||
75
         ( ! -e $tagCache ) )
75
         ( ! -e $tagCache ) )
76
    {
76
    {

Return to bug 111990