From b8e9cbd80002e98885fdbf6aed94aedc2217d31b Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sat, 24 Aug 2002 08:23:09 +0000 Subject: [PATCH] sync with 0.8.1cvs30 --- src/alertpanel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alertpanel.c b/src/alertpanel.c index 9ad824a3d..0c7d37058 100644 --- a/src/alertpanel.c +++ b/src/alertpanel.c @@ -260,7 +260,6 @@ static void alertpanel_create(const gchar *title, /* message label */ label = gtk_label_new(message); gtk_box_pack_start(GTK_BOX(hbox), label, TRUE, TRUE, 24); - gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); /* Claws: custom widget */ -- 2.25.1