Mercurial > audlegacy
changeset 4543:ed94ac6182df
whoops, too much cosmetics is bad for the overall appearance
author | mf0102 <0102@gmx.at> |
---|---|
date | Mon, 12 May 2008 19:31:11 +0200 |
parents | 26209b646930 |
children | 084dbc8d23da |
files | src/audacious/main.c |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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;