diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-08-25 19:02:16 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-08-25 19:02:16 +0800 |
commit | 124d3c27c27e5ec773972b2b5a88ce645e403531 (patch) | |
tree | 8c73d2d9dbdfc1e9602195ec28b9f01526ddd713 /shell/ChangeLog | |
parent | 9a60859203bc5ce6fd7bf8f7a5a1d1461cf4c724 (diff) | |
download | gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar.gz gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar.bz2 gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar.lz gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar.xz gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.tar.zst gsoc2013-evolution-124d3c27c27e5ec773972b2b5a88ce645e403531.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <fcrozat@mandrakesoft.com> + + * 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 <carlosg@gnome.org> * e-shell-importer.c: added the "use_filechooser" property to the |