diff options
author | Not Zed <NotZed@Ximian.com> | 2003-02-05 12:47:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-05 12:47:03 +0800 |
commit | 38eef72722a185273aeaeaac83faa3b99c8dad00 (patch) | |
tree | b8e514d73e17f6ec711d6826ccd964dafef62425 /shell/ChangeLog | |
parent | 2dd6f4d7deacc0410411b47d77c1ba60cc927af0 (diff) | |
download | gsoc2013-evolution-38eef72722a185273aeaeaac83faa3b99c8dad00.tar.gz gsoc2013-evolution-38eef72722a185273aeaeaac83faa3b99c8dad00.tar.zst gsoc2013-evolution-38eef72722a185273aeaeaac83faa3b99c8dad00.zip |
re-enable. (prepare_importer_page): re-enable importer code.
2003-02-05 Not Zed <NotZed@Ximian.com>
* e-shell-startup-wizard.c (start_importers): re-enable.
(prepare_importer_page): re-enable importer code.
* e-shell-importer.c (druid_finish_button_change): removed, since
its not such a hack to change anymore. Dunno how to get an icon
on it tho, without a stock button.
(show_import_wizard): Change the apply button to "Import" here.
2003-01-28 Not Zed <NotZed@Ximian.com>
* e-local-storage.c (create_folder_directory): We can't use
pointer arithmetic with g_path_get_*, so adjust code accordingly.
2003-01-16 Not Zed <NotZed@Ximian.com>
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): Hook
onto finish instead of next on the last page.
svn path=/trunk/; revision=19753
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b4ea2c6e87..c5d1b47603 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2003-02-05 Not Zed <NotZed@Ximian.com> + + * e-shell-startup-wizard.c (start_importers): re-enable. + (prepare_importer_page): re-enable importer code. + + * e-shell-importer.c (druid_finish_button_change): removed, since + its not such a hack to change anymore. Dunno how to get an icon + on it tho, without a stock button. + (show_import_wizard): Change the apply button to "Import" here. + +2003-01-28 Not Zed <NotZed@Ximian.com> + + * e-local-storage.c (create_folder_directory): We can't use + pointer arithmetic with g_path_get_*, so adjust code accordingly. + +2003-01-16 Not Zed <NotZed@Ximian.com> + + * e-shell-startup-wizard.c (e_shell_startup_wizard_create): Hook + onto finish instead of next on the last page. + 2003-01-28 Ettore Perazzoli <ettore@ximian.com> * Makefile.am ($(SELECT_NAMES_IDL_GENERATED_C)): No need for the |