aewl

diff config.arg.h @ 545:18b3666eae17

applied sander's config.*h nitpick patch
author arg@mig29
date Thu, 26 Oct 2006 15:29:20 +0200
parents 21a924818b61
children de3fd5271408
line diff
     1.1 --- a/config.arg.h	Thu Oct 26 15:26:17 2006 +0200
     1.2 +++ b/config.arg.h	Thu Oct 26 15:29:20 2006 +0200
     1.3 @@ -59,8 +59,8 @@
     1.4  #define RULES \
     1.5  static Rule rule[] = { \
     1.6  	/* class:instance:title regex	tags regex	isfloat */ \
     1.7 -	{ "Firefox.*",			"net",		False}, \
     1.8 -	{ "Gimp.*",			NULL,		True}, \
     1.9 -	{ "MPlayer.*",			NULL,		True}, \
    1.10 -	{ "Acroread.*",			NULL,		True}, \
    1.11 +	{ "Firefox.*",			"net",		False }, \
    1.12 +	{ "Gimp.*",			NULL,		True }, \
    1.13 +	{ "MPlayer.*",			NULL,		True }, \
    1.14 +	{ "Acroread.*",			NULL,		True }, \
    1.15  };