pgAdmin III commit: Fix extension dialog

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix extension dialog
Date: 2011-07-17 20:08:39
Message-ID: E1QiXdn-0004EF-QQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix extension dialog

Since I commited the "change schema" patch, we cannot open the dlgExtension
dialog. The cbSchema widget is specific to objects belonging to a schema. So I
had to rename the cbSchema widget as an extension doesn't belong to a schema.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgExtension.cpp | 30 +++++++++++++++---------------
pgadmin/ui/dlgExtension.xrc | 2 +-
2 files changed, 16 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-17 20:30:23 pgAdmin III commit: Fix adding a schema
Previous Message Guillaume Lelarge 2011-07-17 19:44:22 Re: Copy/Paste table(s) functions - git context patch