From 3b397a352fe203284c7442d0b057e3443027bcab Mon Sep 17 00:00:00 2001 From: 9 Date: Mon, 29 Oct 2001 01:57:47 +0000 Subject: Set the return type of the signal handlers to GTK_TYPE_NONE. 2001-10-29 * evolution-storage.c (class_init): Set the return type of the signal handlers to GTK_TYPE_NONE. svn path=/trunk/; revision=14314 --- shell/ChangeLog | 5 +++++ shell/evolution-storage.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 53913b6a51..3236b994fc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 + + * evolution-storage.c (class_init): Set the return type of the + signal handlers to GTK_TYPE_NONE. + 2001-10-28 Ettore Perazzoli [The following should fix #13802, crash on exit.] diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index a909f8eb79..9958714cc4 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -529,7 +529,7 @@ class_init (EvolutionStorageClass *klass) GTK_SIGNAL_OFFSET (EvolutionStorageClass, create_folder), e_marshal_NONE__POINTER_POINTER_POINTER_POINTER_POINTER, - GTK_TYPE_INT, 5, + GTK_TYPE_NONE, 5, GTK_TYPE_POINTER, GTK_TYPE_STRING, GTK_TYPE_STRING, @@ -542,7 +542,7 @@ class_init (EvolutionStorageClass *klass) GTK_SIGNAL_OFFSET (EvolutionStorageClass, remove_folder), e_marshal_NONE__POINTER_POINTER_POINTER, - GTK_TYPE_INT, 3, + GTK_TYPE_NONE, 3, GTK_TYPE_POINTER, GTK_TYPE_STRING, GTK_TYPE_STRING); @@ -553,7 +553,7 @@ class_init (EvolutionStorageClass *klass) GTK_SIGNAL_OFFSET (EvolutionStorageClass, xfer_folder), e_marshal_NONE__POINTER_POINTER_POINTER_BOOL, - GTK_TYPE_INT, 4, + GTK_TYPE_NONE, 4, GTK_TYPE_POINTER, GTK_TYPE_STRING, GTK_TYPE_STRING, -- cgit v1.2.3