diff base/RecentFiles.cpp @ 185:d5052b5fea9c

* Tidy up plugin parameter dialog by switching it to a simple constructor with separate methods for passing in the additional options if necessary * Fix sizing problem on advanced pane toggle in plugin parameter dialog * Make a start on passing in list of candidate input models for transform
author Chris Cannam
date Wed, 11 Oct 2006 16:18:51 +0000
parents 702fc936e6a6
children 6576a208e8e7
line wrap: on
line diff
--- a/base/RecentFiles.cpp	Tue Oct 10 19:04:57 2006 +0000
+++ b/base/RecentFiles.cpp	Wed Oct 11 16:18:51 2006 +0000
@@ -105,6 +105,7 @@
             if (m_names[i] == name) continue;
             newnames.push_back(m_names[i]);
         }
+        m_names = newnames;
     }
 
     truncateAndWrite();