From 124d3c27c27e5ec773972b2b5a88ce645e403531 Mon Sep 17 00:00:00 2001 From: Frédéric Crozat Date: Wed, 25 Aug 2004 11:02:16 +0000 Subject: don't call gtk_dialog_set_has_separator on Message Dialog on GTK+ >= 2.4.0 * e-shell-startup-wizard.c: (prepare_importer_page): don't call gtk_dialog_set_has_separator on Message Dialog on GTK+ >= 2.4.0 (output warning) * e-shell-importer.c: (e_shell_importer_start_import): Initialize data->finish before using it (prepare_intelligent_page): don't call gtk_dialog_set_has_separator on Message Dialog on GTK+ >= 2.4.0 (output warning) (start_import) (next_file_page): convert filename from UTF-8 to local encoding. svn path=/trunk/; revision=27020 --- shell/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 86679f3c20..757344370d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,16 @@ +2004-08-25 Frederic Crozat + + * e-shell-startup-wizard.c: (prepare_importer_page): + don't call gtk_dialog_set_has_separator + on Message Dialog on GTK+ >= 2.4.0 (output warning) + + * e-shell-importer.c: (e_shell_importer_start_import): + Initialize data->finish before using it + (prepare_intelligent_page): don't call gtk_dialog_set_has_separator + on Message Dialog on GTK+ >= 2.4.0 (output warning) + (start_import) (next_file_page): convert filename from UTF-8 to + local encoding. + 2004-08-12 Carlos Garnacho Parro * e-shell-importer.c: added the "use_filechooser" property to the -- cgit