pkgsrc/audio/gbemol/patches/patch-ac
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
478 B
Text

$NetBSD: patch-ac,v 1.1 2009/09/03 01:29:34 joerg Exp $
--- src/gbemol-main.c.orig 2009-09-03 03:20:21.000000000 +0200
+++ src/gbemol-main.c
@@ -107,7 +107,7 @@ int main (int argc, char *argv[])
}
/* Update library on start */
- if (gbemol_mpd_is_connected (app->mpd) && gbemol_cfg_get_int ("MPD", "update-library"))
+ if (gbemol_mpd_is_connected (app->mpd) && gbemol_cfg_get_int ("mpd", "update-library"))
gbemol_mpd_database_update (app->mpd, "/");
gtk_main();