mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 01:41:35 +02:00
gtk interfaces: fixed typo, so that gtk1 compiles
git-svn-id: trunk@11192 -
This commit is contained in:
parent
e16a765e54
commit
9fe9006a80
@ -3796,7 +3796,7 @@ begin
|
||||
g_signal_handlers_destroy(PGtkObject(ClientWidget));
|
||||
if (ImplWidget<>nil)
|
||||
and (ImplWidget<>ClientWidget) and (ImplWidget<>MainWidget) then
|
||||
g_signal_handlers_destroy(PGtkObject(ImplWidget));}
|
||||
g_signal_handlers_destroy(PGtkObject(ImplWidget));
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user