diff tag.c @ 94:6efe82c775c9

pop on heretag
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 18 Jul 2006 11:45:32 +0200
parents c498da7520c7
children 5d88952cbf96
line wrap: on
line diff
--- a/tag.c	Tue Jul 18 11:38:31 2006 +0200
+++ b/tag.c	Tue Jul 18 11:45:32 2006 +0200
@@ -136,7 +136,7 @@
 	for(i = 0; i < TLast; i++)
 		c->tags[i] = NULL;
 	c->tags[tsel] = tags[tsel];
-	arrange(NULL);
+	pop(c);
 	focus(c);
 }