Explorar el Código

added missing arrange

Anselm R.Garbe hace 19 años
padre
commit
57e6e3bb80
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tag.c

+ 1 - 0
tag.c

@@ -269,6 +269,7 @@ tag(Arg *arg)
 		sel->tags[i] = False;
 	sel->tags[arg->i] = True;
 	settitle(sel);
+	arrange(NULL);
 }
 
 void