[rhythmbox] Correct type of RBQueryCreatorCriteriaOption::val



commit 3492e8c68b0c2924d21baeccb7cdb7fc2ff65167
Author: Charles Reiss <woggling gmail com>
Date:   Sun Feb 21 18:43:48 2010 -0800

    Correct type of RBQueryCreatorCriteriaOption::val

 widgets/rb-query-creator-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/rb-query-creator-private.h b/widgets/rb-query-creator-private.h
index 2eec70c..afa5805 100644
--- a/widgets/rb-query-creator-private.h
+++ b/widgets/rb-query-creator-private.h
@@ -36,7 +36,7 @@ typedef struct
 {
 	const char *name;
 	gboolean strict;
-	RhythmDBPropType val;
+	RhythmDBQueryType val;
 } RBQueryCreatorCriteriaOption;
 
 typedef struct



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