From 4b3ff4825bb86eb801aaa8bc641f754896f152b6 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 6 Feb 2003 07:25:48 +0000 Subject: 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 --- shell/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/ChangeLog') 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 + * 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 -- cgit