Mercurial > pidgin
changeset 1804:c7b288ea3892
[gaim-migrate @ 1814]
eh
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 05 May 2001 00:15:58 +0000 |
parents | d36f759df56d |
children | caa605e70917 |
files | plugins/mailchk.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mailchk.c Sat May 05 00:15:23 2001 +0000 +++ b/plugins/mailchk.c Sat May 05 00:15:58 2001 +0000 @@ -63,7 +63,6 @@ GtkWidget *vbox2 = (GtkWidget *)tmp->data; mail = gtk_label_new("No mail messages."); - gtk_label_set_justify(GTK_LABEL(mail), GTK_JUSTIFY_LEFT); gtk_box_pack_start(GTK_BOX(vbox2), mail, FALSE, FALSE, 0); gtk_box_reorder_child(GTK_BOX(vbox2), mail, 1); gtk_signal_connect(GTK_OBJECT(mail), "destroy", GTK_SIGNAL_FUNC(maildes), NULL);