Re: SVN Commit by dpage: r4466 - trunk/pgadmin3/src/agent

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SVN Commit by dpage: r4466 - trunk/pgadmin3/src/agent
Date: 2005-09-26 17:48:38
Message-ID: 43383476.6080003@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

svn(at)pgadmin(dot)org wrote:
> Author: dpage
;
> +
> + // Disable/enable the database combo
> + if ((wxT("sb")[rbxKind->GetSelection()]) == 'b')

Um, if(rbxKind->GetSelection() == 1) seems to easy :-)
Hopefully, rbxKind->GetSelection() will never return -1...

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-09-26 19:10:07 SVN Commit by dpage: r4469 - trunk/pgadmin3/src/agent
Previous Message Andreas Pflug 2005-09-26 17:46:15 Re: Source compile instructions