diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2006-04-18 23:28:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2006-04-18 23:28:45 +0800 |
commit | 9e929ed567809d60a9eabf29289d72ccd2325e11 (patch) | |
tree | b2a528b722cfdee20669f5a35221bd0ab5a3fb90 /plugins/new-mail-notify/ChangeLog | |
parent | efa26d3275772e4d7c8db1a78039fb7741b0f1a1 (diff) | |
download | gsoc2013-evolution-9e929ed567809d60a9eabf29289d72ccd2325e11.tar.gz gsoc2013-evolution-9e929ed567809d60a9eabf29289d72ccd2325e11.tar.zst gsoc2013-evolution-9e929ed567809d60a9eabf29289d72ccd2325e11.zip |
Don't try and send a dbus message if the bus is down.
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* new-mail-notify.c (org_gnome_message_reading_notify): Don't try
and send a dbus message if the bus is down.
(org_gnome_new_mail_notify): Same.
(init_dbus): New function to init the dbus connection and setup
handlers for when the bus gets unexpectedly disconnected.
(e_plugin_lib_enable): When the plugin gets disabled, unref the
dbus connection and reset it back to NULL.
svn path=/trunk/; revision=31827
Diffstat (limited to 'plugins/new-mail-notify/ChangeLog')
-rw-r--r-- | plugins/new-mail-notify/ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog index 98b6014166..385c54446b 100644 --- a/plugins/new-mail-notify/ChangeLog +++ b/plugins/new-mail-notify/ChangeLog @@ -1,3 +1,13 @@ +2006-04-18 Jeffrey Stedfast <fejj@novell.com> + + * new-mail-notify.c (org_gnome_message_reading_notify): Don't try + and send a dbus message if the bus is down. + (org_gnome_new_mail_notify): Same. + (init_dbus): New function to init the dbus connection and setup + handlers for when the bus gets unexpectedly disconnected. + (e_plugin_lib_enable): When the plugin gets disabled, unref the + dbus connection and reset it back to NULL. + 2005-08-23 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: forward-define e_plugin_lib_enable, remove @@ -5,12 +15,11 @@ (send_dbus_message): remove spurious check for bus==NULL. 2005-07-11 Vivek Jain <jvivek@novell.com> - - * new-mail-notify.c :(send_dbus_message) - check whether memory could be allocated. Return if the - message is NULL so that we don't unref it again, will save crash. - **Fixes #274329 sort of bugs, in case reported even after - david's fix. + + * new-mail-notify.c (send_dbus_message): check whether memory + could be allocated. Return if the message is NULL so that we don't + unref it again, will save crash. **Fixes #274329 sort of bugs, in + case reported even after david's fix. 2005-05-11 Not Zed <NotZed@Ximian.com> |