Changeset 22411 in vbox
- Timestamp:
- Aug 24, 2009 12:57:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r22167 r22411 907 907 updateTabIcons (item, ItemAction_Removed); 908 908 909 /* We need to silently delete item without selecting 910 * the new one because of complex selection mechanism 911 * which could provoke a segfault choosing the new 912 * one item during last item deletion routine. So blocking 913 * the tree-view for the time of item removing. */ 914 tree->blockSignals (true); 909 915 delete item; 916 tree->blockSignals (false); 910 917 911 918 /* Note: current items on invisible tabs are not updated because
Note:
See TracChangeset
for help on using the changeset viewer.