[gnome-music] view: don't track changes for playlists
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] view: don't track changes for playlists
- Date: Sun, 1 Mar 2015 14:48:47 +0000 (UTC)
commit 0da1d13074be0c6afdc78b05f73271f366a420f1
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Sun Mar 1 15:03:00 2015 +0100
view: don't track changes for playlists
We manually reload playlists, so we don't
need to track grilo changes for them
https://bugzilla.gnome.org/show_bug.cgi?id=744657
gnomemusic/view.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 43496c7..4787720 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -842,7 +842,8 @@ class Playlist(ViewContainer):
@log
def _on_changes_pending(self, data=None):
- playlists.update_all_static_playlists()
+ #playlists.update_all_static_playlists()
+ pass
@log
def _add_list_renderers(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]