[banshee] [SmartPlaylists] More of the last commit
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [SmartPlaylists] More of the last commit
- Date: Thu, 18 Nov 2010 19:36:22 +0000 (UTC)
commit f0d0aa1072edbf8be039d850336d70e294f15f5e
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Nov 18 13:35:39 2010 -0600
[SmartPlaylists] More of the last commit
Accidentally didn't include this part of the patch; fixes build.
.../SmartPlaylistDefinition.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistDefinition.cs b/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistDefinition.cs
index dc08c3c..a68585c 100644
--- a/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistDefinition.cs
+++ b/src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistDefinition.cs
@@ -35,12 +35,12 @@ using Banshee.Sources;
namespace Banshee.SmartPlaylist
{
- public struct SmartPlaylistDefinition
+ public class SmartPlaylistDefinition
{
public readonly string Name;
public readonly string Description;
public readonly string Condition;
- public readonly QueryOrder Order;
+ public QueryOrder Order;
public readonly QueryLimit Limit;
public readonly IntegerQueryValue LimitNumber;
public readonly bool HiddenWhenEmpty;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]