VirtualBox

Changeset 777 in vbox


Ignore:
Timestamp:
Feb 8, 2007 11:53:31 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18439
Message:

FE/Qt: Fixed VDM: After releasing a VDI, the Select button's enabled state wasn't refreshed until you change the selection and go back again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h

    r579 r777  
    13721372            AssertMsgFailed (("Invalid aMedia type\n"));
    13731373    }
     1374
    13741375    if (!item)
    13751376        return;
     1377
    13761378    if (!vboxGlobal().isMediaEnumerationStarted())
    13771379        setCurrentItem (getListView (aMedia.type), item);
     
    14141416            AssertMsgFailed (("Invalid aMedia type\n"));
    14151417    }
     1418
    14161419    if (!item)
    14171420        return;
    1418     if (!vboxGlobal().isMediaEnumerationStarted())
    1419         setCurrentItem (getListView (aMedia.type), item);
     1421
     1422    /* note: current items on invisible tabs are not updated because
     1423     * it is always done in processCurrentChanged() when the user switches
     1424     * to an invisible tab */
     1425    if (item == getCurrentListView()->currentItem())
     1426        processCurrentChanged (item);
    14201427}
    14211428
Note: See TracChangeset for help on using the changeset viewer.

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