Changeset 35702 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 25, 2011 11:00:29 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp
r35552 r35702 437 437 } 438 438 else 439 vboxProblem().cannotCreateHostInterface(progress );439 vboxProblem().cannotCreateHostInterface(progress, this); 440 440 } 441 441 else 442 vboxProblem().cannot RemoveHostInterface(host, iface);442 vboxProblem().cannotCreateHostInterface(host, this); 443 443 } 444 444 … … 481 481 } 482 482 else 483 vboxProblem().cannotRemoveHostInterface(progress, iface );483 vboxProblem().cannotRemoveHostInterface(progress, iface, this); 484 484 } 485 485 else 486 vboxProblem().cannotRemoveHostInterface(host, iface );486 vboxProblem().cannotRemoveHostInterface(host, iface, this); 487 487 } 488 488
Note:
See TracChangeset
for help on using the changeset viewer.