From e8397ded17ad3fa272333a8fd76061e863a45730 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 29 Apr 2013 17:46:38 +0000 Subject: WinGui: Fix Lock System action and hide the quit handbrake option from when done actions. Quit will return after the release. Won't fix now due to required re factoring work to fix it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5425 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs b/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs index a442dc5ce..033042495 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs @@ -514,7 +514,7 @@ namespace HandBrake.ApplicationServices.Services Win32.LockWorkStation(); break; case "Quit HandBrake": - Application.Exit(); + Execute.OnUIThread(() => { Application.Current.Shutdown(); }); break; } } -- cgit v1.2.3