pgAdmin III commit: Fix a long standing issue with the timespin control

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a long standing issue with the timespin control
Date: 2011-05-26 15:27:35
Message-ID: 201105261527.p4QFRZcA082981@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a long standing issue with the timespin control on GTK, which
caused it to fail to render properly.

Branch
------
master

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

Modified Files
--------------
pgadmin/ctl/timespin.cpp | 7 +------
pgadmin/ui/dlgRole.xrc | 2 +-
2 files changed, 2 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-05-26 15:29:50 pgAdmin III commit: Regenerate xrcDialogs.cpp
Previous Message Dave Page 2011-05-26 00:09:32 Re: Problem trying to compile PgAdmin