]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix a stack overflow exception in Options screen that was causing a settings...
authorsr55 <sr55.hb@outlook.com>
Mon, 9 Jan 2017 19:07:21 +0000 (19:07 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 9 Jan 2017 19:08:44 +0000 (19:08 +0000)
win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs

index 873e2b513a656cee1ca5ef26d36700a608ae8ef3..7322e3060e4195101ccefc0226029639f0a50828 100644 (file)
@@ -1194,7 +1194,6 @@ namespace HandBrakeWPF.ViewModels
             if (this.userSettingService.GetUserSetting<bool>(UserSettingConstants.ResetWhenDoneAction))\r
             {\r
                 this.WhenDone = "Do nothing";\r
-                this.userSettingService.SetUserSetting(UserSettingConstants.WhenCompleteAction, "Do nothing");\r
             }\r
 \r
             this.SendFileAfterEncode = this.userSettingService.GetUserSetting<bool>(UserSettingConstants.SendFile);\r