[empathy] accounts-dialog: wrap label status in info bar
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] accounts-dialog: wrap label status in info bar
- Date: Wed, 10 Feb 2010 13:58:07 +0000 (UTC)
commit bb10972967005ad19d42287597ae52d1a11e543b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Feb 10 13:55:00 2010 +0000
accounts-dialog: wrap label status in info bar
So the accounts doesn't become huge if user entered a ridiculously long
message (#609537).
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 190cc96..c43483b 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]