diff event.c @ 500:d5ad819f2a66 1.7.1

fixing the settags issue, preparing 1.7.1
author Anselm R. Garbe <arg@10kloc.org>
date Wed, 27 Sep 2006 17:18:46 +0200
parents 2ca011c56385
children 2c29d74b11dc
line wrap: on
line diff
--- a/event.c	Tue Sep 26 17:42:14 2006 +0200
+++ b/event.c	Wed Sep 27 17:18:46 2006 +0200
@@ -316,6 +316,7 @@
 		}
 		if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
 			updatetitle(c);
+			resizetitle(c);
 			drawtitle(c);
 		}
 	}