[rhythmbox] song-info: fix the signal name used for entry deletion
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] song-info: fix the signal name used for entry deletion
- Date: Mon, 30 Oct 2017 22:15:18 +0000 (UTC)
commit 5f547681cd7e2d0b03dd732856d0cd3b07ee2700
Author: gkrithi8 <gkrithi8 gmail com>
Date: Mon Oct 30 02:25:09 2017 +0530
song-info: fix the signal name used for entry deletion
https://bugzilla.gnome.org/show_bug.cgi?id=789632
widgets/rb-song-info.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/widgets/rb-song-info.c b/widgets/rb-song-info.c
index 54810e0..202f3d3 100644
--- a/widgets/rb-song-info.c
+++ b/widgets/rb-song-info.c
@@ -733,6 +733,7 @@ rb_song_info_set_source_internal (RBSongInfo *song_info,
g_object_get (G_OBJECT (song_info->priv->query_model), "db", &song_info->priv->db, NULL);
+ rb_song_info_query_model_changed_cb (G_OBJECT (song_info->priv->source), NULL, song_info);
rb_song_info_base_query_model_changed_cb (G_OBJECT (song_info->priv->source), NULL, song_info);
}
@@ -1514,7 +1515,7 @@ rb_song_info_query_model_changed_cb (GObject *source,
"row-changed", G_CALLBACK (rb_song_info_query_model_inserted_cb),
song_info, 0);
g_signal_connect_object (G_OBJECT (song_info->priv->query_model),
- "entry-deleted", G_CALLBACK (rb_song_info_query_model_deleted_cb),
+ "post-entry-delete", G_CALLBACK (rb_song_info_query_model_deleted_cb),
song_info, 0);
g_signal_connect_object (G_OBJECT (song_info->priv->query_model),
"rows-reordered", G_CALLBACK (rb_song_info_query_model_reordered_cb),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]