aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-07-27 17:42:18 +0800
committerBastien Nocera <hadess@src.gnome.org>2006-07-27 17:42:18 +0800
commitc6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8 (patch)
tree936c9443326dbe91a0f9d65581da57e1eacc98e5 /shell/ChangeLog
parent03f84f573a83c4faa2c326b46dd2a28759b470d6 (diff)
downloadgsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar.gz
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar.bz2
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar.lz
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar.xz
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.tar.zst
gsoc2013-evolution-c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8.zip
Fix warnings at build-time, and clean up the connections to the D-Bus on
2006-07-27 Bastien Nocera <hadess@hadess.net> * e-shell-nm-glib.c: (e_shell_glib_network_monitor), (e_shell_nm_glib_initialise), (e_shell_nm_glib_dispose): * e-shell-nm.c: (e_shell_dbus_dispose): * e-shell-window.c: (impl_dispose): Fix warnings at build-time, and clean up the connections to the D-Bus on exit (Closes: #332387) svn path=/trunk/; revision=32425
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 76f19f5c33..790f20324a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-27 Bastien Nocera <hadess@hadess.net>
+
+ * e-shell-nm-glib.c: (e_shell_glib_network_monitor),
+ (e_shell_nm_glib_initialise), (e_shell_nm_glib_dispose):
+ * e-shell-nm.c: (e_shell_dbus_dispose):
+ * e-shell-window.c: (impl_dispose): Fix warnings at build-time, and
+ clean up the connections to the D-Bus on exit (Closes: #332387)
+
2006-07-13 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #345331