Browse Source

Fix querycolours action pack argument number

Fixes issue 3971

Change-Id: I17fb76bdb110b180473a59a88b3ea3f69263dc4c
Reviewed-on: http://gerrit.dmdirc.com/1082
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.4rc1
Chris Smith 14 years ago
parent
commit
125e0d9b7e

+ 1
- 1
src/com/dmdirc/actions/defaults/querycolours/action View File

30
 metadata:
30
 metadata:
31
   description=Changes the colour of query window names in the treeview (or other frame manager) when events occur.
31
   description=Changes the colour of query window names in the treeview (or other frame manager) when events occur.
32
   author=Shane <shane@dmdirc.com>
32
   author=Shane <shane@dmdirc.com>
33
-  version=5
33
+  version=6
34
   component=11
34
   component=11
35
 
35
 
36
 setting 0:
36
 setting 0:

+ 1
- 1
src/com/dmdirc/actions/defaults/querycolours/highlight View File

21
   group=windowcolours
21
   group=windowcolours
22
 
22
 
23
 condition 0:
23
 condition 0:
24
-  argument=1
24
+  argument=2
25
   component=STRING_STRING
25
   component=STRING_STRING
26
   target=$highlightregex
26
   target=$highlightregex
27
   comparison=STRING_REGEX
27
   comparison=STRING_REGEX

+ 1
- 1
src/com/dmdirc/actions/defaults/querycolours/highlightaction View File

21
   group=windowcolours
21
   group=windowcolours
22
 
22
 
23
 condition 0:
23
 condition 0:
24
-  argument=1
24
+  argument=2
25
   component=STRING_STRING
25
   component=STRING_STRING
26
   target=$highlightregex
26
   target=$highlightregex
27
   comparison=STRING_REGEX
27
   comparison=STRING_REGEX

Loading…
Cancel
Save