[gnome-subtitles] Updated to reflect dialogs' refactoring



commit 0b149c6815fe59e7a1b960186b877e741115e6c5
Author: Pedro Castro <mail pedrocastro org>
Date:   Sat May 23 12:32:19 2009 +0100

    Updated to reflect dialogs' refactoring
---
 src/GnomeSubtitles/Core/Search.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/GnomeSubtitles/Core/Search.cs b/src/GnomeSubtitles/Core/Search.cs
index 3b70b85..48923a0 100644
--- a/src/GnomeSubtitles/Core/Search.cs
+++ b/src/GnomeSubtitles/Core/Search.cs
@@ -1,6 +1,6 @@
 /*
  * This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2008 Pedro Castro
+ * Copyright (C) 2006-2009 Pedro Castro
  *
  * Gnome Subtitles is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -84,7 +84,7 @@ public class Search {
 	/// <remarks>The old dialog is closed and nullified</remarks>
 	public void Clear () {
 		if (dialog != null) {
-			dialog.Close();
+			dialog.Destroy();
 			dialog = null;
 		}			
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]