Mercurial > audlegacy
changeset 4830:901cd268f0ca
Do NOT save the config if we are crashing. This is a *hideously* bad idea.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 01 Mar 2009 23:17:11 -0600 |
parents | e286934cd9f2 |
children | ef9ddc81c51c |
files | src/audlegacy/signals.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audlegacy/signals.c Sat Feb 28 13:06:11 2009 +0000 +++ b/src/audlegacy/signals.c Sun Mar 01 23:17:11 2009 -0600 @@ -78,12 +78,11 @@ "problem while running Audacious under GDB to get a proper backtrace.\n")); #endif - g_printerr(_("\nBugs can be reported at http://bugzilla.atheme.org/ against " - "the Audacious or Audacious Plugins product.\n")); + g_printerr(_("\nBugs can be reported at http://redmine.atheme.org/ against " + "the Audlegacy or Audlegacy Plugins product.\n")); g_critical("Received SIGSEGV -- Audacious has crashed."); - aud_config_save(); abort(); }