~ubuntu-branches/ubuntu/natty/empathy/natty

« back to all changes in this revision

Viewing changes to src/empathy-main-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis
  • Date: 2011-01-25 13:20:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110125132001-vyasbmnk6n4d3gvq
Tags: 2.32.2-0ubuntu7
* debian/patches/00_git_conn_disc_notif.patch (LP: #582757)
* debian/patches/00_git_F2_opens_contact_info.patch (LP: #387991)
* debian/patches/00_git_tooltip_on_error_info.patch (LP: #681413)
* debian/rules
  - added --with-ca-file='/etc/ssl/certs/ca-certificates.crt'

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
                          G_CALLBACK (main_window_error_retry_clicked_cb),
614
614
                          window);
615
615
 
 
616
        gtk_widget_set_tooltip_text (priv->errors_vbox, error_message);
616
617
        gtk_widget_show (priv->errors_vbox);
617
618
 
618
619
        g_hash_table_insert (priv->errors, g_object_ref (account), info_bar);