Author: dpage Date: 2008-04-29 10:05:53 +0100 (Tue, 29 Apr 2008)
New Revision: 7242 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7242&view=rev Log: When pgAdmin fires the FileMenu while using the Backup Form (the second time), the wxFileDialog is called with the filepath + filename instead of just the filename that it expects as its third parameter. This throws up a warning. The same thing happens with the Restore Form as well. [Robins Tharakan] Modified: branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmBackup.cpp branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmBackupGlobals.cpp branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmBackupServer.cpp branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmRestore.cpp -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
