VirtualBox

Ignore:
Timestamp:
May 19, 2008 1:28:23 PM (17 years ago)
Author:
vboxsync
Message:

fixed VM session dialog for E1000 server

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r8909 r8918  
    23472347{
    23482348    /* check if it is possible to enter/leave seamless mode */
    2349     if (mIsSeamlessSupported && mIsGraphicsSupported || !aOn)
     2349    if ((mIsSeamlessSupported && mIsGraphicsSupported) || !aOn)
    23502350    {
    23512351        bool ok = toggleFullscreenMode (aOn, true /* aSeamless */);
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp

    r8896 r8918  
    213213        switch (ty)
    214214        {
    215             case KNetworkAdapterType_I82540EM:
     215            case KNetworkAdapterType_I82540EM:
     216            case KNetworkAdapterType_I82543GC:
    216217                name = "E1k";
    217218                break;
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