From: Benno <fw...@ro...> - 2013-02-15 16:30:46
|
Hello, I'd like to submit a patch fixing an issue on 64Bit Linux, which was introduced after the stable release gtkpod-2.1.2, and is contained in the stable release gtkpod-2.1.3! It was not possible to make any selection with the "track filter", at least it hadn't any effect on the "playlist tracks". (Normally if you select an artist, the "playlist tracks" would only show the tracks of that artist) The reason was the comparison of different sized(at least in 64 bit systems) unsigned types, that were set to "-1" 1)in _NormalSortTabPagePrivate guint selection_changed_idle_id; 2)in _st_selection_changed() gulong idleId Hope, this patch helps! Greetings, Benno |