[banshee] Fixed a gtk+ warning when the SmartPlaylistEditor is created.



commit 361ebd952d0d2b7089466df2b27650364b5b2b35
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Sat Jun 20 10:21:22 2009 +1000

    Fixed a gtk+ warning when the SmartPlaylistEditor is created.

 .../Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs b/src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs
index 8e92dea..c75be37 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs
@@ -49,7 +49,7 @@ namespace Hyena.Query.Gui
             get { return terms.Count > 0 ? terms[0] : null; }
         }
         
-        public QueryTermsBox (QueryFieldSet fieldSet) : base (0, 4, false)
+        public QueryTermsBox (QueryFieldSet fieldSet) : base (1, 4, false)
         {
             // Sort the fields alphabetically by their label
             sorted_fields = fieldSet.OrderBy (f => f.Label).ToArray ();



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