diff options
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index e04a6bb21..d1dfc2942 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -143,7 +143,11 @@ struct _EmpathyMainWindowPriv { GtkWidget *edit_context_separator; guint size_timeout_id; + + /* reffed TpAccount* => visible GtkInfoBar* */ GHashTable *errors; + + /* EmpathyEvent* => visible GtkInfoBar* */ GHashTable *auths; /* stores a mapping from TpAccount to Handler ID to prevent |