It is currently April 19th, 2024, 12:04 pm

RecycleManager does not empty silently

Report bugs with the Rainmeter application and suggest features.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

RecycleManager does not empty silently

Post by poiru »

!RainmeterPluginBang "MeasureX EmptyBin"

and

!RainmeterPluginBang "MeasureX EmptyBinSilent"

have the same effect. Both display the popup.
User avatar
gschoppe
Developer
Posts: 93
Joined: April 26th, 2009, 8:30 pm
Location: St Johnsbury, VT

Re: RecycleManager does not empty silently

Post by gschoppe »

you're absolutely right... i hadn't noticed

the error lies at lines 257 and 273 of the code... which should read:

Code: Select all

if(SHEmptyRecycleBin( NULL, NULL, SHERB_NOCONFIRMATION | SHERB_NOPROGRESSUI | SHERB_NOSOUND ) == S_OK)
and

Code: Select all

SHEmptyRecycleBin( NULL, strd.c_str(), SHERB_NOCONFIRMATION | SHERB_NOPROGRESSUI | SHERB_NOSOUND ); // empty bin
respectively...

I am still at work... and have no SVN privileges from here... so if someone else could update the source, it would be appreciated.
Image
User avatar
gschoppe
Developer
Posts: 93
Joined: April 26th, 2009, 8:30 pm
Location: St Johnsbury, VT

Re: RecycleManager does not empty silently

Post by gschoppe »

rainy updated it... we'll have a build really soon... i'll have a beta build tonight if not sooner
Image