pgAdmin III commit: Fix the owner combobox

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the owner combobox
Date: 2011-06-15 21:29:46
Message-ID: 201106152129.p5FLTkSt014497@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-06-15 21:30:05 Re: Ownership of a new view
Previous Message McAjvar 2011-06-15 15:34:39 Ownership of a new view