aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-02-06 12:10:43 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-02-06 12:10:43 +0800
commitf41545330317f05a039fc66852a9e503edaca269 (patch)
tree151d709e64d8073c2b3745d7d29b2cf02ef4bcab /shell/evolution-shell-component.c
parent327fbe8316ca0b5131bdc124c529feccb656fc65 (diff)
downloadgsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar
gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.gz
gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.bz2
gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.lz
gsoc2013-evolution-f41545330317f05a039fc66852a9e503edaca269.tar.xz
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/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c
index 1a517b2910..6e75771920 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -942,7 +942,7 @@ evolution_shell_component_class_init (EvolutionShellComponentClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (EvolutionShellComponentClass, user_create_new_item),
NULL, NULL,
- e_shell_marshal_NONE__POINTER_POINTER_POINTER,
+ e_shell_marshal_VOID__STRING_STRING_STRING,
G_TYPE_NONE, 3,
G_TYPE_STRING,
G_TYPE_STRING,