[pywin32-bugs] [ pywin32-Patches-1043734 ] Fixed win32ui.GetRecentFileList
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-10-09 21:38:54
|
Patches item #1043734, was opened at 2004-10-10 00:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1043734&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: Fixed win32ui.GetRecentFileList Initial Comment: Added CProtectedWinApp::GetRecentCount which calls the underlying m_pRecentFileList->GetSize to get the MRU item count. Modified ui_get_recent_file_list(win32ui.GetRecentFileList) to use CProtectedWinApp::GetRecentCount instead of reading the MRU file count from the registry to avoid problems when the application modifies that count. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1043734&group_id=78018 |