Thread: pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity

pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity

From
Guillaume Lelarge
Date:
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(-)