summaryrefslogtreecommitdiff
path: root/coherence/gnome-online-accounts-coherence/imap-smtp.patch
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-19 22:33:47 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-19 22:33:47 -0300
commit2a415e02ba80b0da1d6c3d576f31ddb408852857 (patch)
treeb50fae34dce2c408e98faf98da3026f825b855f3 /coherence/gnome-online-accounts-coherence/imap-smtp.patch
parentec40c4e1c8f3e7e82985dc58bfcdfbe5a139ffa9 (diff)
downloadabslibre-2a415e02ba80b0da1d6c3d576f31ddb408852857.tar.gz
abslibre-2a415e02ba80b0da1d6c3d576f31ddb408852857.tar.bz2
abslibre-2a415e02ba80b0da1d6c3d576f31ddb408852857.zip
mv gnome-online-accounts -> gnome-online-accounts-coherence
Diffstat (limited to 'coherence/gnome-online-accounts-coherence/imap-smtp.patch')
-rw-r--r--coherence/gnome-online-accounts-coherence/imap-smtp.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/coherence/gnome-online-accounts-coherence/imap-smtp.patch b/coherence/gnome-online-accounts-coherence/imap-smtp.patch
new file mode 100644
index 000000000..7213c8d1e
--- /dev/null
+++ b/coherence/gnome-online-accounts-coherence/imap-smtp.patch
@@ -0,0 +1,20 @@
+From 034da0871ad78629f9d0df618be494dbb19157e4 Mon Sep 17 00:00:00 2001
+From: Debarshi Ray <debarshir@gnome.org>
+Date: Tue, 18 Jun 2013 10:35:42 +0000
+Subject: imap-smtp: Prevent error messages from expanding the dialog
+
+---
+diff --git a/src/goabackend/goaimapsmtpprovider.c b/src/goabackend/goaimapsmtpprovider.c
+index d10a9d8..841327d 100644
+--- a/src/goabackend/goaimapsmtpprovider.c
++++ b/src/goabackend/goaimapsmtpprovider.c
+@@ -669,6 +669,7 @@ create_account_details_ui (GoaProvider *provider,
+
+ data->cluebar_label = gtk_label_new ("");
+ gtk_label_set_line_wrap (GTK_LABEL (data->cluebar_label), TRUE);
++ gtk_label_set_max_width_chars (GTK_LABEL (data->cluebar_label), 36);
+ gtk_container_add (GTK_CONTAINER (gtk_info_bar_get_content_area (GTK_INFO_BAR (data->cluebar))),
+ data->cluebar_label);
+
+--
+cgit v0.9.2