[gnome-music/wip/mschraal/minor-searchbar-cleanup: 2/6] searchbar: Add gtype



commit f08dd3bdaf2bcfb464584eadbf7fc43bb682b160
Author: Marinus Schraal <mschraal gnome org>
Date:   Mon Aug 13 13:37:14 2018 +0200

    searchbar: Add gtype

 gnomemusic/searchbar.py | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index cb2b14bc..b5164c51 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -282,6 +282,8 @@ class DropDown(Gtk.Revealer):
 
 class Searchbar(Gtk.SearchBar):
 
+    __gtype_name__ = 'Searchbar'
+
     def __repr__(self):
         return '<Searchbar>'
 


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