Kobikan / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

Crash when skin tries to deactivate self by measure action. #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a skin tries to deactivate itself by "!RainmeterDeactivateConfig" from
an IfEqualAction, IfAboveAction or IfBelowAction, the program crashes.

Example:

[Rainmeter]
Update=1000

[ExampleMeasure]
Measure=CALC
Formula=1
IfEqualValue=1
IfEqualAction=!RainmeterDeactivateConfig
UpdateRate=0.5

Original issue reported on code.google.com by Kae...@gmail.com on 16 Oct 2009 at 3:32

GoogleCodeExporter commented 9 years ago
This is now fixed in r277.

Original comment by kimmo.pekkola on 17 Oct 2009 at 6:43