banshee r5166 - in trunk/banshee: . src/Core/Banshee.Core/Resources src/Core/Banshee.ThickClient/Banshee.Sources.Gui



Author: gburt
Date: Thu Mar 26 16:45:44 2009
New Revision: 5166
URL: http://svn.gnome.org/viewvc/banshee?rev=5166&view=rev

Log:
2009-03-26  Gabriel Burt  <gabriel burt gmail com>

	* src/Core/Banshee.Core/Resources/translators.xml: Updated

	* src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs:
	Disable smooth-scroll by default (pass --smooth-scroll at runtime to
	enable) since still not ready.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.Core/Resources/translators.xml
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs

Modified: trunk/banshee/src/Core/Banshee.Core/Resources/translators.xml
==============================================================================
--- trunk/banshee/src/Core/Banshee.Core/Resources/translators.xml	(original)
+++ trunk/banshee/src/Core/Banshee.Core/Resources/translators.xml	Thu Mar 26 16:45:44 2009
@@ -36,8 +36,9 @@
   <language code="en_CA" name="Canadian English">
     <person>Adam Weinberger</person>
   </language>
-  <language code="en_GB" name="English/GB">
+  <language code="en_GB" name="British English">
     <person>Christopher Orr</person>
+    <person>Jen Ockwell</person>
     <person>David Lodge</person>
   </language>
   <language code="es" name="Spanish">

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs	Thu Mar 26 16:45:44 2009
@@ -160,7 +160,8 @@
         {
             ScrolledWindow window = null;
 
-            if (!Banshee.Base.ApplicationContext.CommandLine.Contains ("no-smooth-scroll")) {
+            //if (!Banshee.Base.ApplicationContext.CommandLine.Contains ("no-smooth-scroll")) {
+            if (Banshee.Base.ApplicationContext.CommandLine.Contains ("smooth-scroll")) {
                 window = new SmoothScrolledWindow ();
             } else {
                 window = new ScrolledWindow ();



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