The password text field in the "Add Server" dialog lacks the password
style option, so the password is displayed in the clear when typed in.
The attached patch fixes it.
i.
--- src/ui/common/dlgServer.xrc.old Sun Aug 15 21:21:49 2004
+++ src/ui/common/dlgServer.xrc Thu Sep 16 11:48:12 2004
@
The attached patch a) defines a double click handler for the list in the
properties pane, so that a double click on an item in the list launches
the properties editor for the item (or the data view if the item is a
table or a view); and b) modifies the tree view double click handler so
that a d
Diego A. Gil wrote:
Hi,
I am having some strange behavior in Fedora Core 2. I compiled a cvs
version, checked out today 16 september. When I try to add a new table,
or database, etc, pgadmin3 crash without any notice or warning, without
logging anything.
A new bug ?.
It's a side effect of the fix
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)-
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