Re: [pgadmin-hackers] Query tool layout issues

2010-03-05 Thread Guillaume Lelarge
Le 05/03/2010 22:07, Dave Page a écrit : > On Thu, Mar 4, 2010 at 8:56 PM, Guillaume Lelarge > wrote: I don't get a crash when I open the frmOptions window. With which patch did you get that crash? >>> >>> All of them on top of the latest SVN code. I tried a make clean which >>> didn't h

Re: [pgadmin-hackers] Query tool layout issues

2010-03-05 Thread Dave Page
On Thu, Mar 4, 2010 at 8:56 PM, Guillaume Lelarge wrote: >>> I don't get a crash when I open the frmOptions window. With which patch >>> did you get that crash? >> >> All of them on top of the latest SVN code. I tried a make clean which >> didn't help. >> > > I have them too, and still don't crash

[pgadmin-hackers] SVN Commit by dpage: r8205 - trunk/pgadmin3/pgadmin/ui

2010-03-05 Thread svn
Author: dpage Date: 2010-03-05 21:05:08 + (Fri, 05 Mar 2010) New Revision: 8205 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8205&view=rev Log: Rebuild xrcDialogs.cpp Modified: trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp -- Sent via pgadmin-hackers mailing list (pga

[pgadmin-hackers] SVN Commit by dpage: r8204 - trunk/pgadmin3/pgadmin/dlg

2010-03-05 Thread svn
Author: dpage Date: 2010-03-05 21:05:04 + (Fri, 05 Mar 2010) New Revision: 8204 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8204&view=rev Log: Remove unused variables to silence GCC Modified: trunk/pgadmin3/pgadmin/dlg/dlgColumn.cpp -- Sent via pgadmin-hackers m

Re: [pgadmin-hackers] Strange error message when linking

2010-03-05 Thread Ashesh Vashi
:-) On Fri, Mar 5, 2010 at 1:03 PM, Guillaume Lelarge wrote: > Hi Ashesh, > > Le 05/03/2010 07:31, Ashesh Vashi a écrit : > > [...] > > Very small mistake. (I saw this error earlier.) > > You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ > > module.mk" file. > > Please fin