From 6051aa0f78e07a069ea44230a72d2e765a1893ba Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 31 Jul 2009 15:50:17 +0000 Subject: WinGui: - Fixed and issue during scan where missing audio track information would cause the log parser to throw an exception. - Added support for "Growl for Windows" http://growlforwindows.com/gfw/ - Thanks to bdunnington git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2739 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/EncodeQueue/EncodeAndQueueHandler.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/C#/EncodeQueue') diff --git a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs index 319163de6..a3f8ca6c0 100644 --- a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs +++ b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs @@ -448,6 +448,9 @@ namespace Handbrake.EncodeQueue case "Lock System": Win32.LockWorkStation(); break; + case "Growl Notification": + GrowlCommunicator.Notify(); + break; case "Quit HandBrake": Application.Exit(); break; -- cgit v1.2.3