[gnome-music/wip/mschraal/gtk4: 88/141] grlsearchwrapper: import Gtk instead of Gfm



commit 0b4c0997d4b897348a5df3bb20cc5274790c65d5
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]