[rhythmbox] playlist: emit notify::dirty signal when a playlist becomes dirty
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] playlist: emit notify::dirty signal when a playlist becomes dirty
- Date: Sun, 7 Mar 2010 12:09:10 +0000 (UTC)
commit 63711f1b6e36d05addb91db0559afa72e65926c8
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Mar 7 22:07:49 2010 +1000
playlist: emit notify::dirty signal when a playlist becomes dirty
sources/rb-playlist-source.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sources/rb-playlist-source.c b/sources/rb-playlist-source.c
index d5f5c14..60ad9d2 100644
--- a/sources/rb-playlist-source.c
+++ b/sources/rb-playlist-source.c
@@ -1056,6 +1056,7 @@ rb_playlist_source_mark_dirty (RBPlaylistSource *source)
klass = RB_PLAYLIST_SOURCE_GET_CLASS (source);
klass->impl_mark_dirty (source);
+ g_object_notify (G_OBJECT (source), "dirty");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]