mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-18 08:02:29 +00:00
* Clearing out lots of old tickets and small bug reports.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1290 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -251,7 +251,10 @@ ElementFileList::receive_select() {
|
||||
return;
|
||||
|
||||
if (is_collapsed() && !m_selected.is_file()) {
|
||||
torrent::FileList* fl = m_download->download()->file_list();
|
||||
m_selected++;
|
||||
if (m_selected == iterator(fl->end()))
|
||||
m_selected = iterator(fl->begin());
|
||||
m_window->mark_dirty();
|
||||
} else {
|
||||
activate_display(DISPLAY_INFO);
|
||||
|
||||
Reference in New Issue
Block a user