[gnome-music/wip/mschraal/gtk4] playlistcontextmenu: No relative-to



commit afe6e4ddff1e727f751369c7af9611723f507b39
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Apr 29 01:48:55 2020 +0200

    playlistcontextmenu: No relative-to

 gnomemusic/widgets/playlistcontextmenu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/widgets/playlistcontextmenu.py b/gnomemusic/widgets/playlistcontextmenu.py
index 0a17ad71..fffa58dd 100644
--- a/gnomemusic/widgets/playlistcontextmenu.py
+++ b/gnomemusic/widgets/playlistcontextmenu.py
@@ -42,7 +42,7 @@ class PlaylistContextMenu(Gtk.Popover):
 
         window = application.props.window
 
-        self.props.relative_to = view
+        # self.props.relative_to = view
 
         # self.bind_model(self._song_menu, None)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]