post-release bump to 2.24.1.

2008-09-24  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.24.1.

==================== 2.24.0.1 ====================

2008-09-24  Vincent Untz  <vuntz@gnome.org>

svn path=/trunk/; revision=9058
This commit is contained in:
Vincent Untz 2008-10-11 13:34:47 +00:00 committed by Kjartan Maraas
parent b67f53a8ff
commit 6a3b82a1f6
4 changed files with 16 additions and 5 deletions

View file

@ -524,10 +524,11 @@ application_font_to_gconf (GConfPropertyEditor *peditor,
GTK_DIALOG_MODAL,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
"%s",
warning_label);
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (warning_dialog),
warning_label2);
"%s", warning_label2);
gtk_dialog_add_button (GTK_DIALOG (warning_dialog),
_("Use previous font"), GTK_RESPONSE_CLOSE);