[gnome-music/wip/mschraal/gtk4: 29/81] grlsearchwrapper: import Gtk instead of Gfm
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 29/81] grlsearchwrapper: import Gtk instead of Gfm
- Date: Wed, 26 Feb 2020 15:13:00 +0000 (UTC)
commit 35238d73a7cd7af15ae09946d8c7d5da64cfd59d
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Oct 31 13:20:55 2019 +0100
grlsearchwrapper: import Gtk instead of Gfm
gnomemusic/grilowrappers/grlsearchwrapper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/grilowrappers/grlsearchwrapper.py b/gnomemusic/grilowrappers/grlsearchwrapper.py
index b3f4055a..44edbfb4 100644
--- a/gnomemusic/grilowrappers/grlsearchwrapper.py
+++ b/gnomemusic/grilowrappers/grlsearchwrapper.py
@@ -24,7 +24,7 @@
import gi
gi.require_versions({"Grl": "0.3"})
-from gi.repository import Gio, Grl, GObject
+from gi.repository import Gio, Grl, Gtk, GObject
from gnomemusic.coresong import CoreSong
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]