summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ziegler <funtastix@googlemail.com>2011-04-07 13:51:31 +0700
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-04-25 19:32:17 +0200
commit241d135b5474aba9044fd192f5d2dc9ff616c83b (patch)
tree72d4007eca61eea71a52e8963d6ef289f55e1934
parent8efd741ebe8ad24c86fb00b573463b53ce24330f (diff)
AlbumListView: Fix disappearing option in Preferences (bgo#646991)
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
-rw-r--r--src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
index 368234218..26dfaaba4 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
@@ -121,7 +121,7 @@ namespace Banshee.Collection.Gui
private void UninstallPreferences (Sources.SourceEventArgs args)
{
- if (args.Source.Equals (music_lib)) {
+ if (!args.Source.Equals (music_lib)) {
return;
}