GNOME Bugzilla – Bug 672907
Use glib resources four UI files
Last modified: 2012-03-27 19:43:14 UTC
Subject pretty much says it all. Bundle our ui/xml/css files in the binary itself to speed up loading and make the binary easy to relocate in the future.
Created attachment 210687 [details] [review] resources.diff
Review of attachment 210687 [details] [review]: Otherwise, looks good as far as I can tell. ::: src/Makefile.am @@ +8,3 @@ +EXTRA_DIST = \ + epiphany.gresource.xml \ You forgot to include this file in the patch.
(In reply to comment #2) > Review of attachment 210687 [details] [review]: > > Otherwise, looks good as far as I can tell. > > ::: src/Makefile.am > @@ +8,3 @@ > > +EXTRA_DIST = \ > + epiphany.gresource.xml \ > > You forgot to include this file in the patch. Oops, yeah. The file is not very interesting, just a list of the files in XML format... Thanks for the review!
Pushed to master.