diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-20 15:18:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-20 15:18:23 +0800 |
commit | 3d98eeac31a4ff23c22c6ab0350fb0ba80725032 (patch) | |
tree | 76ed13c327092122f77531639543624bdf43cac6 /shell/ChangeLog | |
parent | 59951a4a1b6d83966963eb0cbb3c02ed1340cdeb (diff) | |
download | gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar.gz gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar.bz2 gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar.lz gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar.xz gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.tar.zst gsoc2013-evolution-3d98eeac31a4ff23c22c6ab0350fb0ba80725032.zip |
gnome message box -> gtk message dialog. (prepare_intelligent_page): Fix
2002-11-20 Not Zed <NotZed@Ximian.com>
* e-shell-importer.c (prepare_intelligent_page): gnome message box
-> gtk message dialog.
(prepare_intelligent_page): Fix the signature on this. This could
NEVER have worked.
svn path=/trunk/; revision=18856
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c4f1bd4cba..d6f6e57bec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2002-11-20 Not Zed <NotZed@Ximian.com> + + * e-shell-importer.c (prepare_intelligent_page): gnome message box + -> gtk message dialog. + (prepare_intelligent_page): Fix the signature on this. This could + NEVER have worked. + 2002-11-19 Ettore Perazzoli <ettore@ximian.com> * main.c (upgrade_from_1_0_if_needed): Disabled for now. |