diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2003-02-06 15:25:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-06 15:25:48 +0800 |
commit | 4b3ff4825bb86eb801aaa8bc641f754896f152b6 (patch) | |
tree | 31c8b4f6421c7d048d09d2e32b1fb0ee49ec16cb /shell/ChangeLog | |
parent | 73b9effe1291d5938f25978c578c2143ed83dd3b (diff) | |
download | gsoc2013-evolution-4b3ff4825bb86eb801aaa8bc641f754896f152b6.tar.gz gsoc2013-evolution-4b3ff4825bb86eb801aaa8bc641f754896f152b6.tar.zst gsoc2013-evolution-4b3ff4825bb86eb801aaa8bc641f754896f152b6.zip |
use POINTER_STRING_BOOL for activate_shortcut.
* e-shortcuts-view.c (class_init): use POINTER_STRING_BOOL for
activate_shortcut.
* e-shell-marshal.list: Added NONE,STRING,BOOL, and
POINTER,STRING,BOOL, removed POINTER,STRING,INT
* evolution-shell-view.c (evolution_shell_view_class_init): Use
STRING_BOOL for the set_message signal to match rest of command.
svn path=/trunk/; revision=19801
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f95e685a24..29c1897559 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2003-02-06 Not Zed <NotZed@Ximian.com> + * e-shortcuts-view.c (class_init): use POINTER_STRING_BOOL for + activate_shortcut. + + * e-shell-marshal.list: Added NONE,STRING,BOOL, and + POINTER,STRING,BOOL, removed POINTER,STRING,INT + + * evolution-shell-view.c (evolution_shell_view_class_init): Use + STRING_BOOL for the set_message signal to match rest of command. + * e-shell-marshal.list: Added NONE,STRING,STRING,STRING * evolution-shell-component.c |