]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Block events messages when the chat is connecting to a new Text channel. Fixes bug...
[empathy.git] / libempathy-gtk / empathy-chat.h
index 5bf456e48d24a62d63a33db38a254a1eb65124d6..bcf382e535200c6bbb584cc42d98e3cebe0b03af 100644 (file)
@@ -58,6 +58,7 @@ struct _EmpathyChat {
        /* Protected */
        EmpathyChatView *view;
        GtkWidget       *input_text_view;
+       gboolean         block_events;
 };
 
 struct _EmpathyChatClass {