Skip to content

Commit

Permalink
save FPane options for dates and rating pages
Browse files Browse the repository at this point in the history
  • Loading branch information
squentin committed Dec 29, 2009
1 parent 3d07a02 commit 9509f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmusicbrowser_list.pm
Expand Up @@ -1886,7 +1886,7 @@ sub SaveOptions
$opt{page}=$self->{page};
$opt{min}=$self->{min};
$opt{pages}=join '|', map $_->{pid}, $self->{notebook}->get_children;
for my $col (::SONG_ARTIST,::SONG_ALBUM,::SONG_GENRE,::SONG_DATE,::SONG_LABELS)
for my $col (::SONG_ARTIST,::SONG_ALBUM,::SONG_GENRE,::SONG_DATE,::SONG_LABELS,::SONG_ADDED,::SONG_MODIF,::SONG_LASTPLAY,::SONG_RATING)
{ my $page=$self->{$col};
next unless $page;
my $pid=$page->{pid};
Expand Down

0 comments on commit 9509f9f

Please sign in to comment.