[grilo] Add missing GRL_OP_STORE to supported ops



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]