'''watanabe''' found what is most likely the cause of the weird disappearing message...
commitf4bed37b4e222c9ad03402c46b8b639a4fd93a2a
authorEvan Schoenberg <evan@adiumx.com>
Sun, 7 Jan 2007 05:57:32 +0000 (7 05:57 +0000)
committerEvan Schoenberg <evan@adiumx.com>
Sun, 7 Jan 2007 05:57:32 +0000 (7 05:57 +0000)
tree3060a78585c99a7f352039ecc9ae9d3f5aade331
parentb6e61288f1cd217d4cd2d6d12e495e5f619787c9
'''watanabe''' found what is most likely the cause of the weird disappearing message view which occurred seemingly randomly.. with increased occurrence in 10.5 (probably from different handling of nil messaging).

accountSelectionView is set to nil after the first message is sent. At that point, calling [accountSelectionView frame] returns nil... and [accountSelectionView frame].size.height is not necessarily 0 but rather unstable.

This is basically his patch; thanks!

Fixes #5795

git-svn-id: svn://svn.adiumx.com/adium/branches/adium-1.0@18615 1c916fce-81e2-0310-a464-8ca513f45935
Plugins/Dual Window Interface/AIMessageViewController.m