VirtualBox

Changeset 35702 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 25, 2011 11:00:29 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69633
Message:

FE/Qt: 5439: Host-only interface GUI bug: Error messages parent-token fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp

    r35552 r35702  
    437437        }
    438438        else
    439             vboxProblem().cannotCreateHostInterface(progress);
     439            vboxProblem().cannotCreateHostInterface(progress, this);
    440440    }
    441441    else
    442         vboxProblem().cannotRemoveHostInterface(host, iface);
     442        vboxProblem().cannotCreateHostInterface(host, this);
    443443}
    444444
     
    481481        }
    482482        else
    483             vboxProblem().cannotRemoveHostInterface(progress, iface);
     483            vboxProblem().cannotRemoveHostInterface(progress, iface, this);
    484484    }
    485485    else
    486         vboxProblem().cannotRemoveHostInterface(host, iface);
     486        vboxProblem().cannotRemoveHostInterface(host, iface, this);
    487487}
    488488
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette