summaryrefslogtreecommitdiff
blob: d8f28b7aceb67d46016ed08e828d6c9d769a8300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: bin/gnump3d2
===================================================================
RCS file: /cvsroot/gnump3d/gnump3d/bin/gnump3d2,v
retrieving revision 1.109
diff --unified -r1.109 gnump3d2
--- a/bin/gnump3d2	28 Oct 2005 14:07:55 -0000	1.109
+++ a/bin/gnump3d2	13 Nov 2005 20:17:46 -0000
@@ -3351,7 +3351,7 @@
   $advanced_playlist = getConfig( "advanced_playlists", 1 );
 
   # Tag cache
-  $tag_cache   = getConfig( "tag_cache", "/tmp/tags.cache" );
+  $tag_cache   = getConfig( "tag_cache", "" );
 
   #
   # Experimental features.
Index: lib/gnump3d/plugins/search.pm
===================================================================
RCS file: /cvsroot/gnump3d/gnump3d/lib/gnump3d/plugins/search.pm,v
retrieving revision 1.10
diff --unified -r1.10 search.pm
--- a/lib/gnump3d/plugins/search.pm	6 Feb 2005 14:07:27 -0000	1.10
+++ a/lib/gnump3d/plugins/search.pm	13 Nov 2005 20:17:46 -0000
@@ -70,7 +70,7 @@
     #
     # Make sure that the song tag cache exists before anything else.
     #
-    my $tagCache = &getConfig( "tag_cache", "/tmp/tags.cache" );
+    my $tagCache = &getConfig( "tag_cache", "" );
     if ( ( ! defined( $tagCache ) ) ||
          ( ! -e $tagCache ) )
     {