View Single Post
Old 26th June 2005, 01:12   #74  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Another bug and bugfix:

In any codec configuration dialog, if you delete the last profile and then select a different one, it will crash. The following line needs to be added to the deleteVideoProfileButton_Click function, at the end of the if block:
Code:
				this.oldVideoProfileIndex = -1;
berrinam is offline   Reply With Quote