VirtualBox

Ignore:
Timestamp:
Feb 12, 2015 9:28:01 PM (10 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: drop the time-out on warning messages (it was wrong anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r54019 r54185  
    6969    if (pszMessage && cRespawn == 0)
    7070    {
    71         pszCommand = RTStrAPrintf2("notify-send -t 5 \"VBoxClient: %s\"",
    72                                    pszMessage);
     71        pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage);
    7372        if (pszCommand)
    7473            system(pszCommand);
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