]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Aha, _that's_ why the icon title didn't work properly in pterm:
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Apr 2003 13:55:47 +0000 (13:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Apr 2003 13:55:47 +0000 (13:55 +0000)
commit88e0914f917a3624a0cd1deddefabb4c82d3e4df
treec2d9b01013c6e55a4480783e348395fb1862dd0b
parentabb6b8ba8a0ea2ed8cb23a1678c7b8ff9d247113
Aha, _that's_ why the icon title didn't work properly in pterm:
gtk_window_set_title() overwrote both titles at once. Icon title is
now working properly under X, and since X was the reason for the
whole icon/window title separation _anyway_ they default to being
separate.

[originally from svn r3144]
unix/pterm.c