pkgsrc/audio/gbemol/patches/patch-ag
joerg c07375d4ec Fix a number of annoying issues in gbemol:
- 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
2009-09-03 01:29:34 +00:00

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);