Skip to content

Commit e2ac09f

Browse files
committed
Fixed to remove timestamps if you removed the plugin
1 parent c564879 commit e2ac09f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/Timestamps.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ Date/time
7070
purpose="Adds a timestamp to each line in the output window"
7171
save_state="y"
7272
date_written="2010-09-25 14:02:11"
73+
date_modified="2011-05-20 16:05:00"
7374
requires="4.62"
74-
version="1.0"
75+
version="1.1"
7576
>
7677
<description trim="y">
7778
<![CDATA[
@@ -127,6 +128,10 @@ function OnPluginDisable ()
127128
128129
end -- OnPluginDisable
129130
131+
function OnPluginClose ()
132+
OnPluginDisable ()
133+
end -- OnPluginClose
134+
130135
function OnPluginEnable ()
131136
132137
SetAlphaOption ("timestamp_input", TIMESTAMP_INPUT)

0 commit comments

Comments
 (0)