diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-24 11:12:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-24 11:12:29 +0800 |
commit | 0858bd319cbc5450e270ae91af05f3205e11a8c0 (patch) | |
tree | e2340701609a00db8877cd141fa874c919bf7d73 /plugins/new-mail-notify/ChangeLog | |
parent | 83aa6125d7a6e40a6b28b7b15285e7ef675a0bca (diff) | |
download | gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar.gz gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar.bz2 gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar.lz gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar.xz gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.tar.zst gsoc2013-evolution-0858bd319cbc5450e270ae91af05f3205e11a8c0.zip |
forward-define e_plugin_lib_enable, remove some unecessary headers.
2005-08-23 Not Zed <NotZed@Ximian.com>
* new-mail-notify.c: forward-define e_plugin_lib_enable, remove
some unecessary headers.
(send_dbus_message): remove spurious check for bus==NULL.
svn path=/trunk/; revision=30223
Diffstat (limited to 'plugins/new-mail-notify/ChangeLog')
-rw-r--r-- | plugins/new-mail-notify/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog index 043f38e422..98b6014166 100644 --- a/plugins/new-mail-notify/ChangeLog +++ b/plugins/new-mail-notify/ChangeLog @@ -1,3 +1,9 @@ +2005-08-23 Not Zed <NotZed@Ximian.com> + + * new-mail-notify.c: forward-define e_plugin_lib_enable, remove + some unecessary headers. + (send_dbus_message): remove spurious check for bus==NULL. + 2005-07-11 Vivek Jain <jvivek@novell.com> * new-mail-notify.c :(send_dbus_message) |