[gnome-online-accounts] imap-smtp: Prevent error messages from expanding the dialog
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] imap-smtp: Prevent error messages from expanding the dialog
- Date: Tue, 18 Jun 2013 10:36:00 +0000 (UTC)
commit 599606304f2d8491fca7addb6375f3b256ec88b7
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Jun 18 12:35:42 2013 +0200
imap-smtp: Prevent error messages from expanding the dialog
src/goabackend/goaimapsmtpprovider.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/goaimapsmtpprovider.c b/src/goabackend/goaimapsmtpprovider.c
index 0972f7b..b483651 100644
--- a/src/goabackend/goaimapsmtpprovider.c
+++ b/src/goabackend/goaimapsmtpprovider.c
@@ -675,6 +675,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]