diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index db5818c0c..64438ed0f 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -593,6 +593,7 @@ main_window_error_display (EmpathyMainWindow *window, G_CALLBACK (main_window_error_retry_clicked_cb), window); + gtk_widget_set_tooltip_text (priv->errors_vbox, error_message); gtk_widget_show (priv->errors_vbox); g_hash_table_insert (priv->errors, g_object_ref (account), info_bar); |