diff options
author | sr55 <[email protected]> | 2011-04-30 21:25:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-30 21:25:53 +0000 |
commit | 3d7392c9e4f114408b2fd16bd848a2e10c36fa32 (patch) | |
tree | cd802e9671489ddaadbc10bb293c6b21d659b11b /win/CS/HandBrake.ApplicationServices/Model | |
parent | 5b285a225cc750a7d07b3eea799058e1ffcf07cd (diff) |
WinGui:
- Fix to the Audio Panel Track Display which was intermittently not showing a track.
- Fixed a number of bugs in the plist parser which was prevent imports.
- Fixed a number of Issues with the Preset Import/Export.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3972 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs index 6a06586b2..bdc780506 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs @@ -73,6 +73,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding {
this.scannedTrack = value;
this.OnPropertyChanged("ScannedTrack");
+ this.OnPropertyChanged("TrackDisplay");
}
}
|