Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
boinc
Commits
cd9b99eb
Commit
cd9b99eb
authored
Oct 13, 2015
by
Charlie Fenton
Browse files
MGR: Fix an error I introduced by my commit
72fa3839
which caused wxWidgets asserts.
parent
259a0d17
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientgui/DlgEventLog.cpp
View file @
cd9b99eb
...
...
@@ -111,8 +111,8 @@ CDlgEventLog::CDlgEventLog( wxWindow* parent, wxWindowID id, const wxString& cap
CDlgEventLog
::~
CDlgEventLog
()
{
wxLogTrace
(
wxT
(
"Function Start/End"
),
wxT
(
"CDlgEventLog::CDlgEventLog - Destructor Function Begin"
));
#ifdef __WXGTK__
m_pList
->
PopEventHandler
(
true
);
#ifdef __WXGTK__
(
m_pList
->
GetMainWin
())
->
PopEventHandler
(
true
);
#endif
if
(
m_pMessageInfoAttr
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment