]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-segv.patch
- up to 1.1.3
[packages/audacity.git] / audacity-segv.patch
1 --- audacity-src-1.1.1-3/src/Prefs.cpp.orig     Mon Nov 11 07:58:21 2002
2 +++ audacity-src-1.1.1-3/src/Prefs.cpp  Sat Jan 25 02:43:25 2003
3 @@ -116,7 +116,9 @@
4     if(prefsversion.CmpNoCase((wxString)AUDACITY_PREFS_VERSION_STRING))
5     {
6        // BG: Reset the prefs by removing them
7 +      if(gPrefs->HasGroup("/Keyboard"))
8        gPrefs->DeleteGroup("/Keyboard");
9 +      if(gPrefs->HasGroup("/Locale"))
10        gPrefs->DeleteGroup("/Locale");
11        gPrefs->Write("/PrefsVersion", (wxString)AUDACITY_PREFS_VERSION_STRING);
12     }
This page took 0.022321 seconds and 3 git commands to generate.