Sync OpenBSD patchset 1091:

Do not fire name timer when automatic-rename is off, from Tim Ruehsen a
while ago.
This commit is contained in:
Tiago Cunha
2012-04-10 09:57:08 +00:00
parent 14e5cdf02e
commit ce67a44a94
3 changed files with 16 additions and 5 deletions

View File

@ -294,9 +294,9 @@ window_create1(u_int sx, u_int sy)
w->sx = sx;
w->sy = sy;
queue_window_name(w);
options_init(&w->options, &global_w_options);
if (options_get_number(&w->options, "automatic-rename"))
queue_window_name(w);
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
if (ARRAY_ITEM(&windows, i) == NULL) {