[gnome-music/wip/jfelder/gtk4-v3: 77/166] menu
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 77/166] menu
- Date: Fri, 4 Feb 2022 21:18:39 +0000 (UTC)
commit d215c01eb3bc289539659154a9fbdb4a1738de4f
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]