SVN Commit by dpage: r4577 - in trunk/pgadmin3: . src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4577 - in trunk/pgadmin3: . src/frm
Date: 2005-10-20 13:54:51
Message-ID: 200510201354.j9KDspVB011925@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-20 14:54:51 +0100 (Thu, 20 Oct 2005)
New Revision: 4577

Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/src/frm/frmConfig.cpp
Log:
Fix the recent files list on the config file editor.

Modified: trunk/pgadmin3/CHANGELOG.txt
===================================================================
--- trunk/pgadmin3/CHANGELOG.txt 2005-10-20 12:06:06 UTC (rev 4576)
+++ trunk/pgadmin3/CHANGELOG.txt 2005-10-20 13:54:51 UTC (rev 4577)
@@ -17,13 +17,14 @@
</ul>
<br>
<ul>
+ <li>2005-10-20 DP 1.4B4 Fix the recent files list on the config file editor.
<li>2005-10-18 DP 1.4B3 Correct font size on Splash and About forms on Mac.
<li>2005-10-18 AP 1.4B3 Prevent refresh of the servers treeview node
<li>2005-10-18 DP 1.4B3 Fix the autoconf code to ensure the debug and static options do what they should, and that a unicode wx build is used
<li>2005-10-18 DP 1.4B3 Ensure strings can be editted in the data grid on Mac.
<li>2005-10-14 DP 1.4B3 Prevent errors in the logger causing crashes
<li>2005-10-14 DP 1.4B3 Use a sensible default location for the logfile
- <li>2005-10-12 AP 1.4B3 Fix 'ambiguous proname column' bug for servers < 8.0
+ <li>2005-10-12 AP 1.4B3 Fix 'ambiguous proname column' bug for servers < 8.0
<li>2005-10-12 AP 1.4B3 Fix count crash on tables (r: Merlin Moncure)
<li>2005-10-12 AP 1.4B3 Fix slony detection on tables for pgsql7.x
<li>2005-10-08 AP 1.4B2 Fix "New" context menu crash on disconnected server (r: Tomasz Rybak)

Modified: trunk/pgadmin3/src/frm/frmConfig.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmConfig.cpp 2005-10-20 12:06:06 UTC (rev 4576)
+++ trunk/pgadmin3/src/frm/frmConfig.cpp 2005-10-20 13:54:51 UTC (rev 4577)
@@ -258,6 +258,7 @@
lastDir = dlg.GetDirectory();
lastPath = dlg.GetPath();
OpenLastFile();
+ UpdateRecentFiles();
}
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-10-20 14:07:47 SVN Commit by andreas: r4579 - trunk/pgadmin3/src/include
Previous Message Dave Page 2005-10-20 13:07:51 Re: recent file list in conf editor doesn't seem