Changeset 1594 for trunk/dll/assoc.c
- Timestamp:
- Jul 4, 2011, 4:33:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r1544 r1594 26 26 01 May 10 GKY Add ENVIRONMENT_SIZE variable to standardize this size everywhere. 27 27 01 May 10 GKY Changes to move environment storage to INI file 28 03 Jul 11 GKY Fixed failure to save associations after reordering item to the top or bottom. 28 29 29 30 **************************************************************************************/ … … 709 710 asshead->prev = info; 710 711 asshead = info; 711 WinSendMsg(hwnd, UM_UNDO, MPVOID, MPVOID); 712 WinSendMsg(hwnd, UM_UNDO, MPVOID, MPVOID); 713 save_associations(); 712 714 } 713 715 } … … 735 737 asstail->next = info; 736 738 asstail = info; 737 WinSendMsg(hwnd, UM_UNDO, MPVOID, MPVOID); 739 WinSendMsg(hwnd, UM_UNDO, MPVOID, MPVOID); 740 save_associations(); 738 741 } 739 742 }
Note:
See TracChangeset
for help on using the changeset viewer.