From 04462d2c6fbcbde891ec2a0d10cec540110517c7 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 16 Feb 2008 09:22:52 +0000 Subject: Block events messages when the chat is connecting to a new Text channel. Fixes bug #507515 and #516198. svn path=/trunk/; revision=641 --- libempathy-gtk/empathy-chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy-gtk/empathy-chat.h') diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 5bf456e48..bcf382e53 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -58,6 +58,7 @@ struct _EmpathyChat { /* Protected */ EmpathyChatView *view; GtkWidget *input_text_view; + gboolean block_events; }; struct _EmpathyChatClass { -- cgit