diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2006-01-22 21:09:17 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2006-01-22 21:09:17 +0800 |
commit | ddc468228b25b1fe64a4926acdd176fab188d173 (patch) | |
tree | 7bff281f846873c510598c58aa082dc45642b704 /ChangeLog | |
parent | dc7da130e79afb2cbcbcd682cd43fc94d02ed818 (diff) | |
download | gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar.gz gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar.bz2 gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar.lz gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar.xz gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.tar.zst gsoc2013-epiphany-ddc468228b25b1fe64a4926acdd176fab188d173.zip |
Add guards to avoid crashing on exit if system bus isn't running. Fixes
2006-01-22 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-dbus.c (ephy_dbus_shutdown):
Add guards to avoid crashing on exit if system bus
isn't running. Fixes bug #327845
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> + * src/ephy-dbus.c (ephy_dbus_shutdown): + + Add guards to avoid crashing on exit if system bus + isn't running. Fixes bug #327845 + +2006-01-22 Crispin Flowerday <gnome@flowerday.cx> + * embed/ephy-permission-manager.c: (ephy_permission_manager_add_permission), (ephy_permission_manager_remove_permission), |