diff -r 713dcc7d2c42 -r 56fee1dc9d53 config.arg.h --- a/config.arg.h Fri Aug 04 13:42:40 2006 +0200 +++ b/config.arg.h Fri Aug 04 14:40:32 2006 +0200 @@ -52,11 +52,10 @@ }; #define RULES \ - const unsigned int two[] = { 2 }; \ static Rule rule[] = { \ - /* class:instance tags isfloat */ \ - { "Firefox.*", two, False }, \ - { "Gimp.*", NULL, True}, \ - { "MPlayer.*", NULL, True}, \ - { "Acroread.*", NULL, True}, \ + /* class:instance regex tags regex isfloat */ \ + { "Firefox.*", "net", False }, \ + { "Gimp.*", NULL, True}, \ + { "MPlayer.*", NULL, True}, \ + { "Acroread.*", NULL, True}, \ };