c07375d4ec
- sort albums for the selector - fix crash if authentication failed - make authentication actually work - be consistent in section of the config file used Bump revision
13 lines
460 B
Text
13 lines
460 B
Text
$NetBSD: patch-ag,v 1.1 2009/09/03 01:29:34 joerg Exp $
|
|
|
|
--- src/gbemol-utils.c.orig 2009-04-25 04:38:51.000000000 +0200
|
|
+++ src/gbemol-utils.c
|
|
@@ -374,7 +374,7 @@ GdkPixbuf* gbemol_get_song_image_from_id
|
|
gulong size = 0;
|
|
guchar *data = NULL;
|
|
|
|
- if (!(songs_path = gbemol_cfg_get_string ("MPD", "music_dir")))
|
|
+ if (!(songs_path = gbemol_cfg_get_string ("mpd", "music_dir")))
|
|
return NULL;
|
|
|
|
path = g_strdup_printf ("%s/%s", songs_path, song->file);
|