diff options
author | 9 <NotZed@Ximian.com> | 2001-10-29 09:57:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-29 09:57:47 +0800 |
commit | 3b397a352fe203284c7442d0b057e3443027bcab (patch) | |
tree | f820d7aa27308b3fae6386d95df55ff69fdd6f24 /shell/ChangeLog | |
parent | 9367415dc36546a74f29fa26f89e907bdcf6175e (diff) | |
download | gsoc2013-evolution-3b397a352fe203284c7442d0b057e3443027bcab.tar.gz 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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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.] |