[banshee/gtk3] LicenseEntry: Initialize the Entry by using the right base constructor



commit 5302d9bcc8a12477110e063d1d3ee2d6512a9d84
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Dec 5 19:20:27 2011 +0100

    LicenseEntry: Initialize the Entry by using the right base constructor

 .../Banshee.Gui.TrackEditor/LicenseEntry.cs        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/LicenseEntry.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/LicenseEntry.cs
index 3ac8d4f..b448f25 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/LicenseEntry.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/LicenseEntry.cs
@@ -42,7 +42,7 @@ namespace Banshee.Gui.TrackEditor
         private ListStore license_model;
         private EditorEditableUndoAdapter<Entry> undo_adapter = new EditorEditableUndoAdapter<Entry> ();
 
-        public LicenseEntry ()
+        public LicenseEntry () : base (true)
         {
             license_model = new ListStore (typeof (string));
             Model = license_model;



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