# HG changeset patch # User mf0102 <0102@gmx.at> # Date 1210613471 -7200 # Node ID ed94ac6182df147c22083e19baf72e31e29bcf30 # Parent 26209b6469300fbad21b9b419c0ae1c926a4220b whoops, too much cosmetics is bad for the overall appearance diff -r 26209b646930 -r ed94ac6182df src/audacious/main.c --- a/src/audacious/main.c Mon May 12 19:19:49 2008 +0200 +++ b/src/audacious/main.c Mon May 12 19:31:11 2008 +0200 @@ -136,6 +136,18 @@ } static void +aud_free_paths(void) +{ + int i; + + for (i = 0; i < BMP_PATH_COUNT; i++) + { + g_free(aud_paths[i]); + aud_paths[i] = 0; + } +} + +static void aud_init_paths() { char *xdg_config_home; @@ -192,18 +204,6 @@ } static void -aud_free_paths(void) -{ - int i; - - for (i = 0; i < BMP_PATH_COUNT; i++) - { - g_free(aud_paths[i]); - aud_paths[i] = 0; - } -} - -static void aud_set_default_icon(void) { GdkPixbuf *icon;