Re: [Banshee-List] banshee r3321 - in trunk/banshee: . src/Libraries/Lastfm/Lastfm



A couple more things..

On Sun, Feb 24, 2008 at 11:27 PM,  <ahixon svn gnome org> wrote:
>  -        internal AudioscrobblerConnection (Account account, IQueue queue, string user_agent)
>  +        internal AudioscrobblerConnection (Account account, IQueue queue)

Might as well get rid of the account ctor parameter too, since both
*Connection classes can just access LastfmCore.Account.

>  -                    audioscrobbler = new AudioscrobblerConnection (LastfmCore.Account,queue,
>  -                        user_agent);
>  +                    audioscrobbler = new AudioscrobblerConnection (LastfmCore.Account,queue);

Looks like you're missing a space between your parameters (though if
you remove Account, fixes it). :)

Gabriel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]