MG: fixed typo

git-svn-id: trunk@1179 -
This commit is contained in:
lazarus 2002-02-09 01:48:02 +00:00
parent 0d13924124
commit bb9f2ffbaa

View File

@ -609,7 +609,7 @@ begin
with Context do begin with Context do begin
MainWidget:=PGtkWidget(WinControl.Handle); MainWidget:=PGtkWidget(WinControl.Handle);
if MainWidget=nil then exit; if MainWidget=nil then exit;
if MainWindow<>nil then if MainWidget<>nil then
MainWindow:=GetControlWindow(MainWidget) MainWindow:=GetControlWindow(MainWidget)
else else
exit; exit;
@ -6535,6 +6535,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.277 2002/11/03 20:53:37 lazarus
MG: fixed typo
Revision 1.276 2002/11/02 22:25:36 lazarus Revision 1.276 2002/11/02 22:25:36 lazarus
MG: implemented TMethodList and Application Idle handlers MG: implemented TMethodList and Application Idle handlers