diff --git a/checkin_notes b/checkin_notes index 20f6f49cbd..4829245865 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientgui/ViewProjects.cpp b/clientgui/ViewProjects.cpp index 5a1f75f473..57f135bffe 100644 --- a/clientgui/ViewProjects.cpp +++ b/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; }