diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-14 00:20:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-14 00:20:09 +0800 |
commit | d6283ddb95db1767357cf37d628c6fded623de1e (patch) | |
tree | 010faf9fb3700b5447c6d63aadc2b2e8b2ea6db5 /data | |
parent | de1fa499ba85d8f8d0e108eb1596f7ae646048ff (diff) | |
download | gsoc2013-epiphany-d6283ddb95db1767357cf37d628c6fded623de1e.tar.gz gsoc2013-epiphany-d6283ddb95db1767357cf37d628c6fded623de1e.tar.zst gsoc2013-epiphany-d6283ddb95db1767357cf37d628c6fded623de1e.zip |
Fix the branding bundle registration by providing the app chrome manifest in the right directory, and set that directory as the component directory with gtk_moz_embed_set_comp_path.
svn path=/trunk/; revision=8103
Diffstat (limited to 'data')
-rw-r--r-- | data/chrome/Makefile.am | 2 | ||||
-rw-r--r-- | data/chrome/app-chrome.manifest.in (renamed from data/chrome/epiphany.manifest.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index 42c1ae96f..45419f902 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -1,5 +1,5 @@ manifestdir = $(pkgdatadir)/chrome -manifest_in_files = epiphany.manifest.in +manifest_in_files = app-chrome.manifest.in manifest_DATA = $(manifest_in_files:.manifest.in=.manifest) %.manifest: %.manifest.in diff --git a/data/chrome/epiphany.manifest.in b/data/chrome/app-chrome.manifest.in index f75c35f04..f75c35f04 100644 --- a/data/chrome/epiphany.manifest.in +++ b/data/chrome/app-chrome.manifest.in |