[gnome-subtitles] Constructor must be public (fixes #587100)
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-subtitles] Constructor must be public (fixes #587100)
- Date: Sat, 27 Jun 2009 01:00:32 +0000 (UTC)
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]