From 979203663083ef89f678dc1e95bc0c9b24f55a9e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Sep 2008 03:31:42 +0000 Subject: Progress update: - Kill EABMenu. - Centralize marshallers to eliminate duplication. svn path=/branches/kill-bonobo/; revision=36368 --- shell/e-shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 304a90e10e..73ff91dd15 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -24,7 +24,6 @@ #include #include -#include #include #include @@ -333,7 +332,7 @@ shell_class_init (EShellClass *class) G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, 0, g_signal_accumulator_true_handled, NULL, - e_shell_marshal_BOOLEAN__STRING, + e_marshal_BOOLEAN__STRING, G_TYPE_BOOLEAN, 1, G_TYPE_STRING); -- cgit