Re: [pgadmin-hackers] pgAdmin III commit: Prevent Cmd+S adding characters to the Query Tool w

2013-01-29 Thread Dave Page
Hi Rats, how did I miss that? Guess it was just luck it didn't crash on my machine. Anyway, thanks - applied to both current branches. On Tue, Jan 29, 2013 at 11:02 AM, Timon wrote: > little patch which prevents a crash when opens query editor > > 2013/1/24 Dave Page : >> Prevent Cmd+S adding ch

[pgadmin-hackers] pgAdmin III commit: Fix accelerator table size.

2013-01-29 Thread Dave Page
Fix accelerator table size. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=06425ac78cef76ca54ecb8f6dcee9adf66740a77 Author: Timon Modified Files -- pgadmin/frm/frmQuery.cpp |2 +- 1 files changed, 1 insertions(+), 1

[pgadmin-hackers] pgAdmin III commit: Fix accelerator table size.

2013-01-29 Thread Dave Page
Fix accelerator table size. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=daacd60b7ff8778fe1fd8def69587a8eb0784c23 Author: Timon Modified Files -- pgadmin/frm/frmQuery.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-

Re: [pgadmin-hackers] pgAdmin III commit: Prevent Cmd+S adding characters to the Query Tool w

2013-01-29 Thread Timon
little patch which prevents a crash when opens query editor 2013/1/24 Dave Page : > Prevent Cmd+S adding characters to the Query Tool when the Save button is > disabled. > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=43fe3ac8d0c