pgAdmin III commit: Disable the "scratch pad" menu when the user is on

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Disable the "scratch pad" menu when the user is on
Date: 2010-08-14 07:35:28
Message-ID: 201008140735.o7E7ZSms001099@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fa3181d02e7016d95c440a51d6f626ac01c97064

Log Message
-----------
Disable the "scratch pad" menu when the user is on the GQB tab. Per request from Steffen Kuhn.

Branch
------
master

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmQuery.cpp | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-14 07:42:14 pgAdmin III commit: Update german translation, per Steffen Kuhn.
Previous Message Guillaume Lelarge 2010-08-13 21:59:11 pgAdmin III commit: Fix another issue with the connection check code. P