aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-16 17:22:52 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-16 17:22:52 +0800
commit04462d2c6fbcbde891ec2a0d10cec540110517c7 (patch)
tree495581b0245cc1b454937326f63d277db56050d1 /libempathy-gtk/empathy-chat.h
parent542c9b73402e30b9d07ae19055babf0eb767366b (diff)
downloadgsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar.gz
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar.bz2
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar.lz
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar.xz
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.tar.zst
gsoc2013-empathy-04462d2c6fbcbde891ec2a0d10cec540110517c7.zip
Block events messages when the chat is connecting to a new Text channel. Fixes bug #507515 and #516198.
svn path=/trunk/; revision=641
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h1
1 files changed, 1 insertions, 0 deletions
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 {