[gnome-music/wip/mschraal/gtk4: 31/84] playlistcontextmenu: Disable bind_model
- From: Marinus Schraal <mschraal src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-music/wip/mschraal/gtk4: 31/84] playlistcontextmenu: Disable bind_model
 
- Date: Tue,  9 Jun 2020 14:23:23 +0000 (UTC)
 
commit 4bbe63a5a9a5d454ef6cfee65e53bad4e13a0f4d
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 15:50:48 2019 +0100
    playlistcontextmenu: Disable bind_model
 gnomemusic/widgets/playlistcontextmenu.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gnomemusic/widgets/playlistcontextmenu.py b/gnomemusic/widgets/playlistcontextmenu.py
index 27efbe2e..0a17ad71 100644
--- a/gnomemusic/widgets/playlistcontextmenu.py
+++ b/gnomemusic/widgets/playlistcontextmenu.py
@@ -43,7 +43,8 @@ class PlaylistContextMenu(Gtk.Popover):
         window = application.props.window
 
         self.props.relative_to = view
-        self.bind_model(self._song_menu, None)
+
+        # self.bind_model(self._song_menu, None)
 
         add_song = Gio.SimpleAction.new("add_song_to_playlist", None)
         window.add_action(add_song)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]