changeset 1652:62c5bff8a05b trunk

[svn] - more hammering
author nenolod
date Thu, 07 Sep 2006 22:00:35 -0700
parents a886f0856e32
children a6e6d3500c13
files ChangeLog audacious/main.c
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 07 21:51:36 2006 -0700
+++ b/ChangeLog	Thu Sep 07 22:00:35 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-08 04:51:36 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2233]
+  - hammer a little more
+  
+
+  Changes:        Modified:
+  +11 -0          trunk/audacious/main.c  
+
+
 2006-09-08 04:47:45 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2231]
   - stuff
--- a/audacious/main.c	Thu Sep 07 21:51:36 2006 -0700
+++ b/audacious/main.c	Thu Sep 07 22:00:35 2006 -0700
@@ -532,10 +532,10 @@
     }
 
     if (!cfg.playlist_font)
-        cfg.playlist_font = g_strdup(PLAYLISTWIN_DEFAULT_FONT);
+        cfg.playlist_font = g_strdup("Sans Bold 8");
 
     if (!cfg.mainwin_font)
-        cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT);
+        cfg.mainwin_font = g_strdup("Sans Bold 9");
 
     if (!cfg.gentitle_format)
         cfg.gentitle_format = g_strdup("%{p:%p - %}%{a:%a - %}%t");
@@ -553,10 +553,10 @@
     }
 
     if (!cfg.eqpreset_default_file)
-        cfg.eqpreset_default_file = g_strdup(EQUALIZER_DEFAULT_DIR_PRESET);
+        cfg.eqpreset_default_file = g_strdup("dir_default.preset");
 
     if (!cfg.eqpreset_extension)
-        cfg.eqpreset_extension = g_strdup(EQUALIZER_DEFAULT_PRESET_EXT);
+        cfg.eqpreset_extension = g_strdup("preset");
 
     if (!cfg.cover_name_include)
 	    cfg.cover_name_include = g_strdup("");