banshee r4954 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4954 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- Date: Sun, 25 Jan 2009 19:35:52 +0000 (UTC)
Author: gburt
Date: Sun Jan 25 19:35:52 2009
New Revision: 4954
URL: http://svn.gnome.org/viewvc/banshee?rev=4954&view=rev
Log:
2009-01-25 Gabriel Burt <gabriel burt gmail com>
* src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs:
Enable smooth (kinetic) scrolling of track/artist/album etc lists (all but
source list) by default. Can be disabled by passing --no-smooth-scroll.
Please test and give feedback. (BGO #461393)
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
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 Sun Jan 25 19:35:52 2009
@@ -158,8 +158,8 @@
private ScrolledWindow SetupView (Widget view)
{
ScrolledWindow window = null;
-
- if (Banshee.Base.ApplicationContext.CommandLine.Contains ("smooth-scroll")) {
+
+ if (!Banshee.Base.ApplicationContext.CommandLine.Contains ("no-smooth-scroll")) {
window = new SmoothScrolledWindow ();
} else {
window = new ScrolledWindow ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]