--- boinc/clientgui/BOINCGUIApp.h.orig 2006-11-07 06:26:07.000000000 -0800 +++ boinc/clientgui/BOINCGUIApp.h 2006-11-07 06:26:51.000000000 -0800 @@ -158,7 +158,7 @@ CBrandingScheme* GetBrand() { return m_pBranding; } CBOINCBaseFrame* GetFrame() { return m_pFrame; } CMainDocument* GetDocument() { return m_pDocument; } -#if defined(__WXMSW__) || defined(__WXMAC__) +#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK__) CTaskBarIcon* GetTaskBarIcon() { return m_pTaskBarIcon; } #endif #ifdef __WXMAC__