[rhythmbox] grilo: chain up in delete_thyself



commit 9ca6bec5253858131979a70dce30f05272f3a187
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu May 19 21:54:19 2016 +1000

    grilo: chain up in delete_thyself

 plugins/grilo/rb-grilo-source.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/grilo/rb-grilo-source.c b/plugins/grilo/rb-grilo-source.c
index b57e4a6..ab71e0e 100644
--- a/plugins/grilo/rb-grilo-source.c
+++ b/plugins/grilo/rb-grilo-source.c
@@ -502,6 +502,8 @@ impl_delete_thyself (RBDisplayPage *page)
        g_object_unref (entry_type);
 
        rhythmdb_commit (source->priv->db);
+
+       RB_DISPLAY_PAGE_CLASS (rb_grilo_source_parent_class)->delete_thyself (page);
 }
 
 void


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