pgAdmin III commit: Fix the owner combobox - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the owner combobox
Date
Msg-id 201106152129.p5FLTkSt014497@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the owner combobox

We couldn't set the owner of these objects at creation time, because pgAdmin
didn't detect we changed the owner if we selected the first one.

Per report and pre-patch from Miha Radej.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7d1d47df13047443dbe04b641873e7404a1d5846

Modified Files
--------------
pgadmin/dlg/dlgForeignDataWrapper.cpp |    2 ++
pgadmin/dlg/dlgForeignServer.cpp      |    3 +--
pgadmin/dlg/dlgForeignTable.cpp       |    3 +++
pgadmin/dlg/dlgLanguage.cpp           |    2 ++
pgadmin/dlg/dlgView.cpp               |    2 ++
5 files changed, 10 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: McAjvar
Date:
Subject: Ownership of a new view
Next
From: Guillaume Lelarge
Date:
Subject: Re: Ownership of a new view