# HG changeset patch # User Stu Tomlinson # Date 1194733735 0 # Node ID 5cca0d7d9081c1a62154cc084e8ea012366fd3cd # Parent fb2310c914a22d209ad5d644cee1e63cef5a33ea Fix for the crash reported by WormFood in #pidgin when right clicking on the info pane for a conversation when the account is disconnected. diff -r fb2310c914a2 -r 5cca0d7d9081 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Nov 10 16:39:18 2007 +0000 +++ b/pidgin/gtkconv.c Sat Nov 10 22:28:55 2007 +0000 @@ -3074,6 +3074,9 @@ chat, (GDestroyNotify)purple_blist_remove_chat); } } else { + if (!purple_account_is_connected(conv->account)) + return FALSE; + buddy = purple_find_buddy(conv->account, conv->name); /* gotta remain bug-compatible :( libpurple < 2.0.2 didn't handle