diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-debug.c | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2004-09-28 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.c: (trap_handler): + + Remove "abort", since you can have the same with --g-fatal-warnings. + +2004-09-28 Christian Persch <chpe@cvs.gnome.org> + * doc/debugging.txt: Document EPHY_DEBUG_BREAK. diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index 2ea13bee4..b2a4c5a4b 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -116,10 +116,6 @@ trap_handler (const char *log_domain, raise (SIGSTOP); } - else if (strcmp (ephy_debug_break, "abort") == 0) - { - raise (SIGABRT); - } } } |