VirtualBox

Changeset 28493 in vbox


Ignore:
Timestamp:
Apr 19, 2010 6:33:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60288
Message:

FE/Qt4: new core: fix menu recreation bug on OSX introduced by r58722

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
3 edited

Legend:

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

    r28279 r28493  
    123123    prepareSessionConnections();
    124124
     125    /* Prepare action groups:
     126     * Note: This has to be done before prepareActionConnections
     127     * cause here actions/menus are recreated. */
     128    prepareActionGroups();
     129
    125130    /* Prepare action connections: */
    126131    prepareActionConnections();
    127 
    128     /* Prepare action groups: */
    129     prepareActionGroups();
    130132
    131133    /* Prepare machine window: */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp

    r28279 r28493  
    5858    prepareSessionConnections();
    5959
     60    /* Prepare action groups:
     61     * Note: This has to be done before prepareActionConnections
     62     * cause here actions/menus are recreated. */
     63    prepareActionGroups();
     64
    6065    /* Prepare action connections: */
    6166    prepareActionConnections();
    62 
    63     /* Prepare action groups: */
    64     prepareActionGroups();
    6567
    6668    /* Prepare normal machine window: */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp

    r28279 r28493  
    115115    prepareSessionConnections();
    116116
     117    /* Prepare action groups:
     118     * Note: This has to be done before prepareActionConnections
     119     * cause here actions/menus are recreated. */
     120    prepareActionGroups();
     121
    117122    /* Prepare action connections: */
    118123    prepareActionConnections();
    119 
    120     /* Prepare action groups: */
    121     prepareActionGroups();
    122124
    123125    /* Prepare normal machine window: */
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