[banshee/gtk3] ThickClient: fix SchemaEntry typo in ctor of FilteredListSourceContents
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gtk3] ThickClient: fix SchemaEntry typo in ctor of FilteredListSourceContents
- Date: Mon, 8 Apr 2013 13:11:31 +0000 (UTC)
commit b352859696ebcc9576da24c54355eacbe53e6718
Author: Andres G. Aragoneses <knocte gmail com>
Date: Mon Apr 8 14:11:23 2013 +0100
ThickClient: fix SchemaEntry typo in ctor of FilteredListSourceContents
My bad, this was recently introduced by my last refactorings to make
some SchemaEntry instances more GSettingsSchemaExtractor-friendly.
.../FilteredListSourceContents.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
index 5b2551d..3ac0a69 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/FilteredListSourceContents.cs
@@ -95,7 +95,7 @@ namespace Banshee.Sources.Gui
{
this.name = name;
this.pane_top_position = pane_top_position;
- this.pane_left_position = pane_top_position;
+ this.pane_left_position = pane_left_position;
InitializeViews ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]