Changeset 100737 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jul 30, 2023 9:48:13 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r100729 r100737 3287 3287 { 3288 3288 if (!pExtPack) 3289 { 3289 3290 LogRel(("ExtPackManager: Successfully uninstalled extension pack '%s'.\n", a_pstrName->c_str())); 3291 m->pVirtualBox->i_onExtPackInstalled(*a_pstrName); 3292 } 3290 3293 else 3291 3294 hrc = setError(E_FAIL,
Note:
See TracChangeset
for help on using the changeset viewer.