]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-cast.patch
- new URLs, updated to 2.1.1
[packages/audacity.git] / audacity-cast.patch
1 --- audacity-minsrc-2.1.1/src/prefs/TracksPrefs.cpp.orig        2015-07-10 19:35:40.000000000 +0200
2 +++ audacity-minsrc-2.1.1/src/prefs/TracksPrefs.cpp     2015-10-17 20:48:00.933667048 +0200
3 @@ -36,7 +36,7 @@
4     // Bugs 1043, 1044
5     // First rewrite legacy preferences
6     gPrefs->Write(wxT("/GUI/DefaultViewModeNew"),
7 -      WaveTrack::FindDefaultViewMode());
8 +      static_cast<int>(WaveTrack::FindDefaultViewMode()));
9  
10     Populate();
11  }
This page took 0.047167 seconds and 3 git commands to generate.