Changeset 693
- Timestamp:
- 12/29/09 11:27:33 (2 years ago)
- Files:
-
- sweep/trunk/src/sweep_sample.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/sweep_sample.c
r692 r693 726 726 { 727 727 if (s) { 728 sample_destroy(s);729 728 sample_bank = g_list_remove(sample_bank, s); 730 729 731 730 undo_dialog_refresh_sample_list (); 732 731 rec_dialog_refresh_sample_list (); 732 sample_destroy(s); 733 s = NULL; 733 734 } 734 735
