Changeset 35083 in vbox
- Timestamp:
- Dec 14, 2010 1:57:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.cpp
r35079 r35083 172 172 173 173 /* 174 * Perform uninstallation of any pervious package. Set the package name 175 * return value before doing this as the caller should do a refresh even 176 * on failure. 174 * Perform uninstallation of any previous package. 175 * 176 * Set the package name return value before doing this as the caller should 177 * do a refresh even on failure. 177 178 */ 178 179 if (pstrExtPackName) … … 180 181 if (fUninstallIt) 181 182 { 183 /** @todo Refuse this if any VMs are running. */ 182 184 manager.Uninstall(strPackName, false /*aForcedRemoval*/); 183 185 if (!extPackFile.isOk()) … … 388 390 CExtPackManager manager = vboxGlobal().virtualBox().GetExtensionPackManager(); 389 391 /* Uninstall package: */ 392 /** @todo Refuse this if any VMs are running. */ 390 393 manager.Uninstall(strSelectedPackageName, false /* forced removal? */); 391 394 if (manager.isOk())
Note:
See TracChangeset
for help on using the changeset viewer.