Changeset 36657
- Timestamp:
- 02/09/10 14:19:37 (3 years ago)
- Files:
-
- 1 modified
-
lang/csharp/soyText/soyText/DocumentSet.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/DocumentSet.cs
r36512 r36657 71 71 Debug.syslog("Getrecent called " + (++count) + "times"); 72 72 Debug.print("文書一覧取得中..."); 73 //var res = new DocumentList();74 73 75 /*searchMax(DocumentState.active, true);76 searchMax(DocumentState.archived, false);77 searchMax(DocumentState.indexed,true);*/78 74 searchMax(DocumentState.active, true); 79 75 if (cache == null) cache = new DocumentListMap(); 80 Debug.print("文書一覧並べ替え中..."); 81 //res.Sort(byRecency); 82 Debug.print("END: 文書一覧並べ替え中..."); 76 83 77 84 78 return cache.getRecents();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)