pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity
Date
Msg-id E1SRkJK-0008Lb-AH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Filling the cbOwner combobox happens in dlgSecurityProperty now

... instead of all dialogs inheriting from dlgSecurityProperty. It's simpler
this way, and more maintainable.

It was already working this way with dlgProperty.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgDatabase.cpp           |    6 ------
pgadmin/dlg/dlgExtTable.cpp           |    3 ---
pgadmin/dlg/dlgForeignDataWrapper.cpp |    6 ------
pgadmin/dlg/dlgForeignServer.cpp      |    6 ------
pgadmin/dlg/dlgFunction.cpp           |    5 -----
pgadmin/dlg/dlgLanguage.cpp           |    4 ----
pgadmin/dlg/dlgPackage.cpp            |    3 ---
pgadmin/dlg/dlgProperty.cpp           |    8 ++++++++
pgadmin/dlg/dlgSchema.cpp             |    5 -----
pgadmin/dlg/dlgSequence.cpp           |    5 -----
pgadmin/dlg/dlgTable.cpp              |    4 ----
pgadmin/dlg/dlgTablespace.cpp         |    5 -----
pgadmin/dlg/dlgType.cpp               |    1 -
pgadmin/dlg/dlgView.cpp               |    5 -----
14 files changed, 8 insertions(+), 58 deletions(-)


pgadmin-hackers by date:

Previous
From: Sachin Srivastava
Date:
Subject: Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
Next
From: Akshay Joshi
Date:
Subject: Fixed building of Docs project on Windows