Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1247 |
if MsgBox(GikoForm.Handle, StringReplace( DEL_MSG, '^0', ThreadItem.Title, [rfReplaceAll] ) , DEL_TITLE, MB_YESNO or MB_ICONWARNING or MB_DEFBUTTON2) <> ID_YES then |
if MsgBox(GikoForm.Handle, StringReplace( DEL_MSG, '^0', ThreadItem.Title, [rfReplaceAll] ) , DEL_TITLE, MB_YESNO or MB_ICONWARNING or MB_DEFBUTTON2) <> ID_YES then |
| 1248 |
Exit; |
Exit; |
| 1249 |
GikoForm.DeleteTab(TBrowserRecord(GikoForm.BrowserTab.Tabs.Objects[idx])); |
GikoForm.DeleteTab(TBrowserRecord(GikoForm.BrowserTab.Tabs.Objects[idx])); |
| 1250 |
|
GikoForm.DeleteHistory(ThreadItem); |
| 1251 |
ThreadItem.DeleteLogFile; |
ThreadItem.DeleteLogFile; |
| 1252 |
if ThreadItem.ParentBoard = GikoForm.ActiveList then |
if ThreadItem.ParentBoard = GikoForm.ActiveList then |
| 1253 |
GikoForm.ListView.Refresh; |
GikoForm.ListView.Refresh; |
|
|
Legend:
| Removed from v.1.36 |
|
| changed lines |
| |
Added in v.1.37 |
|
|
| |