pgAdmin III commit: Use an enum for tabs instead of real numbers

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use an enum for tabs instead of real numbers
Date: 2012-04-13 11:32:22
Message-ID: E1SIejm-00060y-Ed@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use an enum for tabs instead of real numbers

I always forget to fix the number of the deleted page when I add a new tab in dlgTable. This will hopefully fix this issue.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgTable.cpp | 4 ++--
pgadmin/include/dlg/dlgTable.h | 14 ++++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sachin Srivastava 2012-04-16 09:33:34 Re: PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters)
Previous Message Sachin Srivastava 2012-04-11 11:43:47 Re: PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters)