*** empty log message ***

svn path=/trunk/boinc/; revision=8580
This commit is contained in:
Rom Walton 2005-10-09 21:44:32 +00:00
parent 38e9a6370b
commit ca9932f9b5
2 changed files with 7 additions and 2 deletions

View File

@ -12931,3 +12931,10 @@ David 9 Oct 2005
file_names.C,h
lib/
filesys.h
Rom 8 Oct 2005
- Backout previous bug fix with the web site buttons. Apparently some
distro's don't install a mailcap file by default.
clientgui/
ViewProjects.cpp

View File

@ -571,7 +571,6 @@ void CViewProjects::UpdateSelection() {
m_pTaskPane->DisableTaskGroupTasks(pGroup);
}
#if !defined(__WXGTK__) && !defined(__WXMOTIF__)
// Update the websites list
//
if (m_bForceUpdateSelection) {
@ -622,7 +621,6 @@ void CViewProjects::UpdateSelection() {
}
}
}
#endif
m_bForceUpdateSelection = false;
}