The older issue is fixed ... now lot's of access violations and IDE crashing when executing this code:

procedure TForm1.Button2Click(Sender: TObject);
var
  trayicon: TGtkTrayIcon;
begin
  trayicon := TGtkTrayIcon.Create(Self);
  try
  finally
    trayicon.Free;
  end;
end;

Looks like I will have a lot of work ^^

Felipe

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to