Re: pgAdmin3 svn 4409 on Debian - segfault

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Tomasz Rybak <bogomips(at)post(dot)pl>
Cc: pgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin3 svn 4409 on Debian - segfault
Date: 2005-08-21 23:27:19
Message-ID: 43090DD7.5010902@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Tomasz Rybak wrote:
> Dnia 21-08-2005, nie o godzinie 17:26 +0000, Andreas Pflug napisał(a):
>

>
> actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list)
> {
> + if (list){
> id = list->GetCount()+MNU_ACTION -1;
> + } else {
> + id = 0;
> + }

Yes, this fix is correct; the initial tooltipFactory is called with no
menuFactoryList present, thanks for reporting.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Diego Gil 2005-08-22 01:06:47 Re: compilation errors: wrong actions SOLVED
Previous Message svn 2005-08-21 23:25:56 SVN Commit by andreas: r4413 - trunk/pgadmin3/src/base