about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag.c b/tag.c
index d29a179..077c93c 100644
--- a/tag.c
+++ b/tag.c
@@ -12,7 +12,7 @@
 /* CUSTOMIZE */ 
 static Rule rule[] = {
 	/* class			instance	tags						isfloat */
-	{ "Firefox-bin",	"Gecko",	{ [Twww] = "www" },			False },
+	{ "Firefox-bin",	"firefox-bin",	{ [Twww] = "www" },			False },
 };
 
 /* extern */