Changeset 20774
- Timestamp:
- 10/05/08 16:10:35 (3 months ago)
- Files:
-
- 1 modified
-
lang/csharp/MMMMB/MMMMB/MiniBlogView.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/MMMMB/MMMMB/MiniBlogView.cs
r20749 r20774 138 138 // �V�����ǂ������f 139 139 bool isNew = true; 140 foreach (Entry old_e in entryList) 140 int count = newEntryList.Count * 2; 141 if (entryList.Count < count) count = entryList.Count; 142 for (int i = 1; i <= count; i++) 141 143 { 144 Entry old_e = entryList[entryList.Count - i]; 142 145 if (new_e.Permalink == old_e.Permalink) 143 146 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)