Re: [Banshee-List] The Revenge of the Banshee Browser IV



Banshee didn't compile with browser-patch, because Makefile.in doesn't
contain reference to SourceBrowser.cs. This small patch fixed it:

--- src/Makefile.in     2006-01-28 22:54:16.000000000 +0100
+++ src/Makefile.in.orig        2006-01-29 13:08:12.000000000 +0100
@@ -325,7 +325,6 @@
        QueryBuilderModel.cs \
        DragDrop.cs \
        PlaylistModel.cs \
-       SourceBrowser.cs \
        PlaylistColumns.cs \
        IPlaybackModel.cs \
        RemotePlayer.cs \


Additionally I notice that case-sensitivity of browser is weird.
Example:

I have an album which consists of 12 songs. Some of them have album name
"Evig pint", and some have "Evig Pint". Browser shows this album as two
separate items with big/small P, but whichever I select it get all 12
files in the tracklist.

It gives impression as if I had this album twice in database once as
"Evig Pint" and once as "Evig pint", which isn't the case.

shu




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