[gnome-music/wip/mschraal/gtk4: 113/143] playlistcontextmenu: Disable bind_model
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 113/143] playlistcontextmenu: Disable bind_model
- Date: Sun, 19 Jan 2020 10:53:49 +0000 (UTC)
commit dce5ebc6d60bf75e92281cd32aab35e2a82904e7
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]