[gnome-subtitles] Constructor must be public (fixes #587100)



commit 88538f728ae47e2c11cceaa324cf0d84a7d00fd9
Author: Pedro Castro <mail pedrocastro org>
Date:   Sat Jun 27 01:58:42 2009 +0100

    Constructor must be public (fixes #587100)

 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/GnomeSubtitles/Dialog/PreferencesDialog.cs b/src/GnomeSubtitles/Dialog/PreferencesDialog.cs
index 0188ca3..8409436 100644
--- a/src/GnomeSubtitles/Dialog/PreferencesDialog.cs
+++ b/src/GnomeSubtitles/Dialog/PreferencesDialog.cs
@@ -34,7 +34,7 @@ public class PreferencesDialog : GladeDialog {
 	[WidgetAttribute] private CheckButton videoAutoChooseFileCheckButton = null;
 
 
-	private PreferencesDialog () : base(gladeFilename, false) {
+	public PreferencesDialog () : base(gladeFilename, false) {
 		LoadValues();
 		Autoconnect();
 	}



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