Files
pkgsrc-ng/audio/gbemol/patches/patch-ag
2013-09-26 17:14:40 +02:00

14 lines
460 B
Plaintext

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