minor fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1999-10-04 09:16:54 +00:00
parent 9b7e522ae9
commit fa3e4baf13
3 changed files with 598 additions and 481 deletions

View File

@ -2301,6 +2301,6 @@ clean:
$(RM) *.d
$(RM) parser.c
$(RM) lexer.c
$(RM) ./lib/*
$(RM) ./lib/*.a ./lib/*.so ./lib/*.sa
cleanall: clean

1075
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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);