Re: [pgadmin-support] Crash when editing object properties

2004-09-15 Thread Ivan Nejgebauer
Andreas Pflug wrote: 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM* Confirmed as bug on **ix, patch committed to cvs. It's FindFocus, my old friend on GTK reporting bogus controls. I applied the cvs patch and it works. Thanks, i. ---(end of broadcast)-

Re: [pgadmin-support] Crash when editing object properties

2004-09-14 Thread Andreas Pflug
Diego A. Gil wrote: 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM* Confirmed as bug on **ix, patch committed to cvs. It's FindFocus, my old friend on GTK reporting bogus controls. Regards, Andreas ---(end of broadcast)--- TIP 6:

Re: [pgadmin-support] Crash when editing object properties

2004-09-14 Thread Diego A. Gil
gt; Sent: 14 September 2004 14:17 > > To: [EMAIL PROTECTED] > > Subject: [pgadmin-support] Crash when editing object properties > > > > This should be reproducible: > > > > 1. Connect to the database of your choice. > > > > 2. Navigate to the &qu

Re: [pgadmin-support] Crash when editing object properties

2004-09-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ivan Nejgebauer > Sent: 14 September 2004 14:17 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Crash when editing object properties > > This should be reproduci

[pgadmin-support] Crash when editing object properties

2004-09-14 Thread Ivan Nejgebauer
This should be reproducible: 1. Connect to the database of your choice. 2. Navigate to the "Tables" node in the tree view and select it. The list of tables appears in the upper right pane. 3. Select a table in the upper right pane. 4. Click the "Display/Edit Properties" button in the toolbar. *BO