gtk interfaces: fixed typo, so that gtk1 compiles

git-svn-id: trunk@11192 -
This commit is contained in:
vincents 2007-05-24 08:45:18 +00:00
parent e16a765e54
commit 9fe9006a80

View File

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