Mercurial > audlegacy
comparison src/audacious/main.c @ 3317:d18d66f1b1d0 trunk
whoops...
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 10 Aug 2007 12:29:56 -0500 |
parents | 404ffedef3e1 |
children | ea806daf3ef0 |
comparison
equal
deleted
inserted
replaced
3316:6ce62683e8c4 | 3317:d18d66f1b1d0 |
---|---|
627 | 627 |
628 if (!cfg.mainwin_font) | 628 if (!cfg.mainwin_font) |
629 cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT); | 629 cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT); |
630 | 630 |
631 if (!cfg.gentitle_format) | 631 if (!cfg.gentitle_format) |
632 cfg.gentitle_format = g_strdup("%{?artist:${artist} - }${?album:${album} - }${title}"); | 632 cfg.gentitle_format = g_strdup("${?artist:${artist} - }${?album:${album} - }${title}"); |
633 | 633 |
634 if (!cfg.outputplugin) { | 634 if (!cfg.outputplugin) { |
635 gint iter; | 635 gint iter; |
636 gchar *pl_path = g_build_filename(PLUGIN_DIR, plugin_dir_list[0], NULL); | 636 gchar *pl_path = g_build_filename(PLUGIN_DIR, plugin_dir_list[0], NULL); |
637 | 637 |