summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 94e0b2e0b..22fa13616 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3134,7 +3134,7 @@ maketitle()
}
need_maketitle = FALSE;
- if (!p_title && !p_icon)
+ if (!p_title && !p_icon && lasttitle == NULL && lasticon == NULL)
return;
if (p_title)