diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-10 21:55:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-10 21:55:00 +0800 |
commit | bb10972967005ad19d42287597ae52d1a11e543b (patch) | |
tree | ac6609f57d88095218d125170470742a1a57ab8a /src/empathy-accounts-dialog.c | |
parent | 77a36e4b92c5f01bccd6c1f790c20b92e7452af3 (diff) | |
download | gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar.gz gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar.bz2 gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar.lz gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar.xz gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.tar.zst gsoc2013-empathy-bb10972967005ad19d42287597ae52d1a11e543b.zip |
accounts-dialog: wrap label status in info bar
So the accounts doesn't become huge if user entered a ridiculously long
message (#609537).
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 190cc968c..c43483b15 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -1946,6 +1946,7 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog) TP_CONNECTION_PRESENCE_TYPE_OFFLINE), GTK_ICON_SIZE_SMALL_TOOLBAR); priv->label_status = gtk_label_new (NULL); + gtk_label_set_line_wrap (GTK_LABEL (priv->label_status), TRUE); gtk_widget_show (priv->label_status); gtk_box_pack_start (GTK_BOX (hbox), priv->throbber, FALSE, FALSE, 0); |