VirtualBox

Ignore:
Timestamp:
May 20, 2010 12:58:32 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: 4952: Initial state of the VRDP server setting in VM window should now reflect real server status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r29692 r29694  
    11751175            uimachine()->actionsPool()->action(UIActionIndex_Toggle_VRDP)->setVisible(false);
    11761176        }
     1177        else
     1178        {
     1179            /* Check/Uncheck VRDP action depending on VRDP server status: */
     1180            uimachine()->actionsPool()->action(UIActionIndex_Toggle_VRDP)->setChecked(vrdpServer.GetEnabled());
     1181        }
    11771182    }
    11781183
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