[gnome-bluetooth] [sendto] Wrap errors insted of clipping them



commit cc3f2b65fa2ac68d64f33882742f2920ffa15cec
Author: Stanislav Brabec <sbrabec suse cz>
Date:   Mon Nov 30 17:59:32 2009 +0000

    [sendto] Wrap errors insted of clipping them
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595374

 sendto/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index 630c0e6..bbce98d 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -221,7 +221,7 @@ static void create_window(void)
 
 	label_status = gtk_label_new(NULL);
 	gtk_misc_set_alignment(GTK_MISC(label_status), 0, 0.5);
-	gtk_label_set_ellipsize(GTK_LABEL(label_status), PANGO_ELLIPSIZE_END);
+	gtk_label_set_line_wrap(GTK_LABEL(label_status), TRUE);
 	gtk_box_pack_start(GTK_BOX (hbox), label_status, TRUE, TRUE, 4);
 
 	gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 2);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]