summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorTomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>2013-02-11 03:49:13 +0100
committerTomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>2013-02-11 03:49:13 +0100
commit88e6589f5df93fdbdd2c6f4415d912992039f981 (patch)
tree011b9a635ced43b3d47de5f2d2cd9c20d2f7f9cf /pidgin/gtkconv.h
parent5cc3a68d4f1ac767e7314804f574bd01e1eb0f3a (diff)
downloadpidgin-88e6589f5df93fdbdd2c6f4415d912992039f981.tar.gz
Fix a crash when receiving message from another contact within already opened conversation with meta-contact
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 2dbceb736a..dba847f746 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -83,6 +83,7 @@ enum {
struct _PidginConversation
{
PurpleConversation *active_conv;
+ PurpleConversation *last_conversed;
GList *convs;
GList *send_history;