X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/4a693cfc5c3ee0e639bbee0215345e921715ab04..fe16501101f9e0e410426c952bcbdfcdd579416f:/unix/gtkwin.c diff --git a/unix/gtkwin.c b/unix/gtkwin.c index c43c4e3a..3f6f94be 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -2968,7 +2968,7 @@ void change_settings_menuitem(GtkMenuItem *item, gpointer data) */ if (strcmp(conf_get_str(oldconf, CONF_wintitle), conf_get_str(newconf, CONF_wintitle))) - set_title(inst, conf_get_str(oldconf, CONF_wintitle)); + set_title(inst, conf_get_str(newconf, CONF_wintitle)); set_window_titles(inst); /*