diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 1 |
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 { |