| 536 | |
| 537 | |
| 538 | void CGenericClientListCtrl::OnViewFiles( wxCommandEvent& WXUNUSED(event) ) |
| 539 | { |
| 540 | ItemList sources = ::GetSelectedItems( this ); |
| 541 | |
| 542 | if ( sources.size() == 1 ) { |
| 543 | sources.front()->GetSource().RequestSharedFileList(); |
| 544 | } |
| 545 | } |
| 546 | |
| 547 | |
| 548 | void CGenericClientListCtrl::OnAddFriend( wxCommandEvent& WXUNUSED(event) ) |
nothing calls this directly
no test coverage detected