aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
author9 <NotZed@Ximian.com>2001-10-29 09:57:47 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-29 09:57:47 +0800
commit3b397a352fe203284c7442d0b057e3443027bcab (patch)
treef820d7aa27308b3fae6386d95df55ff69fdd6f24 /shell
parent9367415dc36546a74f29fa26f89e907bdcf6175e (diff)
downloadgsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.gz
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.bz2
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.lz
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.xz
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.zst
gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.zip
Set the return type of the signal handlers to GTK_TYPE_NONE.
2001-10-29 <NotZed@Ximian.com> * evolution-storage.c (class_init): Set the return type of the signal handlers to GTK_TYPE_NONE. svn path=/trunk/; revision=14314
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-storage.c6
2 files changed, 8 insertions, 3 deletions
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 <NotZed@Ximian.com>
+
+ * evolution-storage.c (class_init): Set the return type of the
+ signal handlers to GTK_TYPE_NONE.
+
2001-10-28 Ettore Perazzoli <ettore@ximian.com>
[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,