diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-04 05:21:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-04 05:21:45 +0800 |
commit | f4b66877c038f460e9fef8aa48ca60d3b5e03b55 (patch) | |
tree | 983349ba669304a987b4bed7bbc4a3e962b89be6 /shell/ChangeLog | |
parent | 7e5a820d0d80e66e1a50b9388351b21781377b1e (diff) | |
download | gsoc2013-evolution-f4b66877c038f460e9fef8aa48ca60d3b5e03b55.tar.gz gsoc2013-evolution-f4b66877c038f460e9fef8aa48ca60d3b5e03b55.tar.zst gsoc2013-evolution-f4b66877c038f460e9fef8aa48ca60d3b5e03b55.zip |
Fix the name of the signal passed to gtk_signal_new so that this actually
* evolution-storage-listener.c (class_init): Fix the name of the
signal passed to gtk_signal_new so that this actually works.
svn path=/trunk/; revision=6378
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 127b6d4d05..84e6db4f83 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-11-03 Dan Winship <danw@helixcode.com> + + * evolution-storage-listener.c (class_init): Fix the name of the + signal passed to gtk_signal_new so that this actually works. + 2000-11-01 Dan Winship <danw@helixcode.com> * evolution-storage.c (evolution_storage_new_folder): Make this |