diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-04-03 19:56:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-04-03 19:56:01 +0800 |
commit | d25608d94a39a9bbb5ec4770e1da6b68d420bb5b (patch) | |
tree | c2935a5a4663685f1d7397a652c783028cee4762 /ChangeLog | |
parent | 64d66e03766ff4a529f2ebca534dbbcd756452a2 (diff) | |
download | gsoc2013-epiphany-d25608d94a39a9bbb5ec4770e1da6b68d420bb5b.tar.gz 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |