VirtualBox

Changeset 96869 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 26, 2022 2:54:59 PM (2 years ago)
Author:
vboxsync
Message:

Additions: Linux: Gnome3 helper: fix return codes, bugref:10134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp

    r96868 r96869  
    679679
    680680    /* Should be TRUE in order to satisfy VBCL_HLP_GNOME3_NEXT() requirements. */
    681     AssertReturn(ret, false);
     681    AssertReturn(ret, VERR_INVALID_PARAMETER);
    682682
    683683    /* Get list of physical monitors parameters. */
     
    855855
    856856    /* Should be TRUE in order to satisfy VBCL_HLP_GNOME3_NEXT() requirements. */
    857     AssertReturn(ret, false);
     857    AssertReturn(ret, VERR_INVALID_PARAMETER);
    858858
    859859    /* Important: in order to avoid libdbus asserts during parsing, its signature should be verified at first.  */
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