Update GTK resources and schema to new domain (close #66)

This commit is contained in:
coderkun 2020-08-09 11:09:53 +02:00
parent ba373ddf4e
commit 32d02f2d9b
14 changed files with 22 additions and 22 deletions

View file

@ -9,7 +9,7 @@ from gi.repository import Gtk, GObject
@Gtk.Template(resource_path='/de/coderkun/mcg/ui/album-headerbar.ui')
@Gtk.Template(resource_path='/xyz/suruatoel/mcg/ui/album-headerbar.ui')
class AlbumHeaderbar(Gtk.HeaderBar):
__gtype_name__ = 'McgAlbumHeaderbar'
__gsignals__ = {