diff src/lastfm/lastfm.c @ 2124:b8da6a0b0da2

s/bmp_cfg_/aud_cfg_/g
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2007 07:34:02 +0300
parents fa9f85cebade
children 39398ff5e162
line wrap: on
line diff
--- a/src/lastfm/lastfm.c	Wed Oct 24 07:32:18 2007 +0300
+++ b/src/lastfm/lastfm.c	Wed Oct 24 07:34:02 2007 +0300
@@ -112,11 +112,11 @@
         gchar   *buf=NULL,
                 *username = NULL, 
                 *password = NULL;
-        if ((cfg = bmp_cfg_db_open()) != NULL)
+        if ((cfg = aud_cfg_db_open()) != NULL)
         {
-                bmp_cfg_db_get_string(cfg, "audioscrobbler","username",
+                aud_cfg_db_get_string(cfg, "audioscrobbler","username",
                                 &username);
-                bmp_cfg_db_get_string(cfg, "audioscrobbler","password",
+                aud_cfg_db_get_string(cfg, "audioscrobbler","password",
                                 &password);
                 g_free(cfg);
         }