Mercurial > audlegacy-plugins
diff src/scrobbler/plugin.c @ 2071:f235b4a365a6
prefswin shit
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 20:11:08 -0500 |
| parents | 0803fba87da8 |
| children | b8da6a0b0da2 |
line wrap: on
line diff
--- a/src/scrobbler/plugin.c Sun Oct 14 19:26:23 2007 -0500 +++ b/src/scrobbler/plugin.c Sun Oct 14 20:11:08 2007 -0500 @@ -101,7 +101,7 @@ GError **moo = NULL; cfgdlg = create_cfgdlg(); - prefswin_page_new(cfgdlg, "Scrobbler", DATA_DIR "/images/audioscrobbler.png"); + aud_prefswin_page_new(cfgdlg, "Scrobbler", DATA_DIR "/images/audioscrobbler.png"); if ((cfgfile = bmp_cfg_db_open()) != NULL) { bmp_cfg_db_get_string(cfgfile, "audioscrobbler", "username", @@ -172,7 +172,7 @@ static void cleanup(void) { - prefswin_page_destroy(cfgdlg); + aud_prefswin_page_destroy(cfgdlg); if (!sc_going && !ge_going) return;
