[grilo] Add missing GRL_OP_STORE to supported ops
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] Add missing GRL_OP_STORE to supported ops
- Date: Mon, 17 Nov 2014 10:49:28 +0000 (UTC)
commit d1350ee3afabc59cf5bd3cfc351146b608c39579
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Fri Nov 14 17:58:49 2014 +0100
Add missing GRL_OP_STORE to supported ops
https://bugzilla.gnome.org/show_bug.cgi?id=740128
src/grl-source.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/grl-source.c b/src/grl-source.c
index 19e23dd..a84f405 100644
--- a/src/grl-source.c
+++ b/src/grl-source.c
@@ -3122,6 +3122,9 @@ grl_source_supported_operations (GrlSource *source)
if (source_class->store_metadata) {
ops |= GRL_OP_STORE_METADATA;
}
+ if (source_class->store) {
+ ops |= GRL_OP_STORE;
+ }
if (source_class->notify_change_start &&
source_class->notify_change_stop) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]