mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8580
This commit is contained in:
parent
38e9a6370b
commit
ca9932f9b5
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue