From ecaf272c82b41d305a6b42569fe424835e9c353e Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 10 Jul 2010 13:21:40 +0000 Subject: WinGui: - Fixed Queue import. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3433 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrake.ApplicationServices/Services/Queue.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/C#/HandBrake.ApplicationServices') diff --git a/win/C#/HandBrake.ApplicationServices/Services/Queue.cs b/win/C#/HandBrake.ApplicationServices/Services/Queue.cs index 0a1eb3c3d..5b6904f64 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Queue.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Queue.cs @@ -306,6 +306,9 @@ namespace HandBrake.ApplicationServices.Services if (file != "hb_queue_recovery.xml") this.WriteQueueStateToFile("hb_queue_recovery.xml"); + + if (this.QueueListChanged != null) + this.QueueListChanged(this, new EventArgs()); } } } -- cgit v1.2.3