Skip to content

Commit

Permalink
Fixed to remove timestamps if you removed the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed May 20, 2011
1 parent c564879 commit e2ac09f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/Timestamps.xml
Expand Up @@ -70,8 +70,9 @@ Date/time
purpose="Adds a timestamp to each line in the output window"
save_state="y"
date_written="2010-09-25 14:02:11"
date_modified="2011-05-20 16:05:00"
requires="4.62"
version="1.0"
version="1.1"
>
<description trim="y">
<![CDATA[
Expand Down Expand Up @@ -127,6 +128,10 @@ function OnPluginDisable ()
end -- OnPluginDisable
function OnPluginClose ()
OnPluginDisable ()
end -- OnPluginClose
function OnPluginEnable ()
SetAlphaOption ("timestamp_input", TIMESTAMP_INPUT)
Expand Down

0 comments on commit e2ac09f

Please sign in to comment.