aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-03 19:56:01 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-03 19:56:01 +0800
commitd25608d94a39a9bbb5ec4770e1da6b68d420bb5b (patch)
treec2935a5a4663685f1d7397a652c783028cee4762 /ChangeLog
parent64d66e03766ff4a529f2ebca534dbbcd756452a2 (diff)
downloadgsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.gz
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.bz2
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.lz
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.xz
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.zst
gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.zip
Don't crash when we cannot connect to the system dbus. Bug #336557.
2006-04-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_get_bus): * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device), (ephy_net_monitor_attach_to_dbus), (ephy_net_monitor_startup): Don't crash when we cannot connect to the system dbus. Bug #336557.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f55555b52..c3d428b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-03 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-dbus.c: (ephy_dbus_get_bus):
+ * src/ephy-net-monitor.c:
+ (ephy_net_monitor_check_for_active_device),
+ (ephy_net_monitor_attach_to_dbus), (ephy_net_monitor_startup):
+
+ Don't crash when we cannot connect to the system dbus. Bug #336557.
+
2006-04-02 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-gui.c: (ephy_gui_help_with_doc_id), (ephy_gui_help):