Re: [pgadmin-hackers] Enable/Disable save button in the frmQuery.

2011-08-07 Thread Guillaume Lelarge
On Sun, 2011-08-07 at 12:47 -0300, Vinicius Santos wrote: > > You're welcome to send it there. It should apply cleanly on the master > > branch. > Simple as that. > > If something is wrong, please let me know. > Nope, that's great. It's now pushed. Thank you. -- Guillaume http://blog.guil

Re: [pgadmin-hackers] Enable/Disable save button in the frmQuery.

2011-08-07 Thread Vinicius Santos
You're welcome to send it there. It should apply cleanly on the master branch. Simple as that. If something is wrong, please let me know. From 1d8da09870f27e0463139badd1d303cae8332341 Mon Sep 17 00:00:00 2001 From: Vinicius Santos Date: Sat, 6 Aug 2011 00:02:26 -0300 Subject: [PATCH] Impl

Re: [pgadmin-hackers] Enable/Disable save button in the frmQuery.

2011-08-07 Thread Guillaume Lelarge
On Sat, 2011-08-06 at 19:16 -0300, Vinicius Santos wrote: > Hello, > > I believe that when you save a document in the form "frmQuery", the > "Save" button should be disabled to become more obvious to the user that > the document contains no changes. > > When user change the document, the button

[pgadmin-hackers] Enable/Disable save button in the frmQuery.

2011-08-06 Thread Vinicius Santos
Hello, I believe that when you save a document in the form "frmQuery", the "Save" button should be disabled to become more obvious to the user that the document contains no changes. When user change the document, the button is enabled again. As with some text editors. I know that in this ca