mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
committed by
Sébastien Helleu
parent
6619c421aa
commit
8765eb3b71
@@ -2533,7 +2533,7 @@ gui_window_set_title (const char *title)
|
||||
return;
|
||||
|
||||
new_title = (title && title[0]) ?
|
||||
eval_expression (title, NULL, NULL, NULL) : strdup ("Terminal");
|
||||
eval_expression (title, NULL, NULL, NULL) : NULL;
|
||||
if (!new_title)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user