aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/new-mail-notify/ChangeLog')
-rw-r--r--plugins/new-mail-notify/ChangeLog21
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>