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

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

View file

@ -13,7 +13,7 @@ from mcg.utils import Utils
@Gtk.Template(resource_path='/de/coderkun/mcg/ui/cover-toolbar.ui')
@Gtk.Template(resource_path='/xyz/suruatoel/mcg/ui/cover-toolbar.ui')
class CoverToolbar(Gtk.ButtonBox):
__gtype_name__ = 'McgCoverToolbar'
__gsignals__ = {
@ -34,7 +34,7 @@ class CoverToolbar(Gtk.ButtonBox):
@Gtk.Template(resource_path='/de/coderkun/mcg/ui/cover-panel.ui')
@Gtk.Template(resource_path='/xyz/suruatoel/mcg/ui/cover-panel.ui')
class CoverPanel(Gtk.Overlay):
__gtype_name__ = 'McgCoverPanel'
__gsignals__ = {