[gnome-music/wip/jfelder/gtk4-v3: 29/110] menu




commit 4f8d1a5134110bd01570d659a5e5b7702a7e568d
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Jan 10 16:03:35 2022 +0100

    menu

 data/ui/SongWidgetMenu.ui            | 2 +-
 gnomemusic/widgets/songwidgetmenu.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/SongWidgetMenu.ui b/data/ui/SongWidgetMenu.ui
index c8ac0cd4b..504d745e2 100644
--- a/data/ui/SongWidgetMenu.ui
+++ b/data/ui/SongWidgetMenu.ui
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
-  <template class="SongWidgetMenu" parent="GtkPopoverMenu">
+  <template class="SongWidgetMenu" parent="GtkPopover">
     <property name="autohide">True</property>
     <property name="position">bottom</property>
     <property name="visible">False</property>
diff --git a/gnomemusic/widgets/songwidgetmenu.py b/gnomemusic/widgets/songwidgetmenu.py
index 9c4e75b5e..d2e6f35b5 100644
--- a/gnomemusic/widgets/songwidgetmenu.py
+++ b/gnomemusic/widgets/songwidgetmenu.py
@@ -39,7 +39,7 @@ if typing.TYPE_CHECKING:
 
 
 @Gtk.Template(resource_path="/org/gnome/Music/ui/SongWidgetMenu.ui")
-class SongWidgetMenu(Gtk.PopoverMenu):
+class SongWidgetMenu(Gtk.Popover):
 
     __gtype_name__ = "SongWidgetMenu"
 


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