# HG changeset patch # User William Pitcock # Date 1235971031 21600 # Node ID 901cd268f0ca13bab38c58309e5a2f9fbc35d76a # Parent e286934cd9f22dbe80c0a3963fe2b59e27c17f18 Do NOT save the config if we are crashing. This is a *hideously* bad idea. diff -r e286934cd9f2 -r 901cd268f0ca src/audlegacy/signals.c --- 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(); }