minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9b7e522ae9
commit
fa3e4baf13
@ -2301,6 +2301,6 @@ clean:
|
||||
$(RM) *.d
|
||||
$(RM) parser.c
|
||||
$(RM) lexer.c
|
||||
$(RM) ./lib/*
|
||||
$(RM) ./lib/*.a ./lib/*.so ./lib/*.sa
|
||||
|
||||
cleanall: clean
|
||||
|
@ -353,7 +353,7 @@ wxDialUpManagerImpl::CheckStatus(bool fromAsync) const
|
||||
( /* non-const */ (wxDialUpManagerImpl *)this)->CheckStatusInternal();
|
||||
|
||||
// now send the events as appropriate:
|
||||
if(m_IsOnline != oldIsOnline)
|
||||
if(m_IsOnline != oldIsOnline && oldIsOnline != -1)
|
||||
{
|
||||
wxDialUpEvent event(m_IsOnline, ! fromAsync);
|
||||
(void)wxTheApp->ProcessEvent(event);
|
||||
|
Loading…
Reference in New Issue
Block a user