VirtualBox

Ignore:
Timestamp:
Mar 25, 2009 12:54:15 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 2869: Rework network adapter UI - Rollback 44966 due to more suitable fix done in 44989.

File:
1 edited

Legend:

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

    r18249 r18251  
    444444    AssertMsg (item, ("Current item should be selected!\n"));
    445445
    446     if (item)
    447     {
    448         /* Edit current item data */
    449         VBoxGLSettingsNetworkDetails details (this);
    450         details.getFromItem (item);
    451         if (details.exec() == QDialog::Accepted)
    452         {
    453             details.putBackToItem();
    454             item->setChanged (true);
    455             item->updateInfo();
    456         }
    457 
    458         updateCurrentItem();
    459         mValidator->revalidate();
    460     }
     446    /* Edit current item data */
     447    VBoxGLSettingsNetworkDetails details (this);
     448    details.getFromItem (item);
     449    if (details.exec() == QDialog::Accepted)
     450    {
     451        details.putBackToItem();
     452        item->setChanged (true);
     453        item->updateInfo();
     454    }
     455
     456    updateCurrentItem();
     457    mValidator->revalidate();
    461458}
    462459
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