diff options
author | Not Zed <NotZed@Ximian.com> | 2003-02-06 12:10:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-06 12:10:43 +0800 |
commit | f41545330317f05a039fc66852a9e503edaca269 (patch) | |
tree | 151d709e64d8073c2b3745d7d29b2cf02ef4bcab /shell/ChangeLog | |
parent | 327fbe8316ca0b5131bdc124c529feccb656fc65 (diff) | |
download | gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.gz gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.zst gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.zip |
Added NONE,STRING,STRING,STRING
2003-02-06 Not Zed <NotZed@Ximian.com>
* e-shell-marshal.list: Added NONE,STRING,STRING,STRING
* evolution-shell-component.c
(evolution_shell_component_class_init): Change the
user_create_new_item marshaller to STRING_STRING_STRING to match
the rest of the call. The 'new' button should work now.
svn path=/trunk/; revision=19799
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 20a5a9e855..f95e685a24 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2003-02-06 Not Zed <NotZed@Ximian.com> + * e-shell-marshal.list: Added NONE,STRING,STRING,STRING + + * evolution-shell-component.c + (evolution_shell_component_class_init): Change the + user_create_new_item marshaller to STRING_STRING_STRING to match + the rest of the call. The 'new' button should work now. + * e-setup.c (copy_default_stuff): We want to copy whats in the default user dir, not the default user dir. |