diff options
author | Havoc Pennington <hp@pobox.com> | 2002-12-15 21:59:38 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-12-15 21:59:38 +0000 |
commit | 8a9a4aba7769b30689e03f43cc668cbe4978293a (patch) | |
tree | b08107beea84c9e07b2a2315f83605cba771a0e3 /ChangeLog | |
parent | 4ad2d1a04814ecdf141e81fac3db588f52f40996 (diff) | |
download | metacity-8a9a4aba7769b30689e03f43cc668cbe4978293a.tar.gz |
get window name before anything else.
2002-12-15 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_new): get window name before anything
else.
* src/xprops.c (validate_or_free_results): instead of suggesting
how to get window title etc. with xprop, just print out the
window title. much better.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2002-12-15 Havoc Pennington <hp@pobox.com> + * src/window.c (meta_window_new): get window name before anything + else. + + * src/xprops.c (validate_or_free_results): instead of suggesting + how to get window title etc. with xprop, just print out the + window title. much better. + +2002-12-15 Havoc Pennington <hp@pobox.com> + * src/xprops.c (validate_or_free_results): make the warning about strange property contents blame the application and explain how to use xprop to diagnose which app is causing the problem. |