summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-08-15 09:49:27 +0100
committerVincent Sanders <vince@kyllikki.org>2020-08-15 09:49:27 +0100
commit410cb9a8fd9354b4c3b95824e135b64cc002986f (patch)
tree69600b740f826ba4eef0ca12fcb374635e0688be
parent1f2946a7109310ddc8fa21ff28ce0add14c09a02 (diff)
downloadnetsurf-410cb9a8fd9354b4c3b95824e135b64cc002986f.tar.gz
netsurf-410cb9a8fd9354b4c3b95824e135b64cc002986f.tar.bz2
gtk compile din resource list was missing pageinfo for gtk2 build
-rw-r--r--frontends/gtk/res/netsurf.gresource.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/frontends/gtk/res/netsurf.gresource.xml b/frontends/gtk/res/netsurf.gresource.xml
index 17d2c081d..0f32a4e05 100644
--- a/frontends/gtk/res/netsurf.gresource.xml
+++ b/frontends/gtk/res/netsurf.gresource.xml
@@ -2,29 +2,30 @@
<gresources>
<gresource prefix="/org/netsurf">
<file>cookies.gtk2.ui</file>
+ <file>cookies.gtk3.ui</file>
+ <file>downloads.gtk2.ui</file>
+ <file>downloads.gtk3.ui</file>
+ <file>globalhistory.gtk2.ui</file>
<file>globalhistory.gtk3.ui</file>
+ <file>hotlist.gtk2.ui</file>
+ <file>hotlist.gtk3.ui</file>
+ <file>localhistory.gtk2.ui</file>
<file>localhistory.gtk3.ui</file>
<file>netsurf.gtk2.ui</file>
- <file>password.gtk3.ui</file>
- <file>toolbar.gtk2.ui</file>
- <file>warning.gtk3.ui</file>
- <file>cookies.gtk3.ui</file>
- <file>hotlist.gtk2.ui</file>
<file>netsurf.gtk3.ui</file>
- <file>pageinfo.gtk3.ui</file>
- <file>toolbar.gtk3.ui</file>
- <file>downloads.gtk2.ui</file>
- <file>hotlist.gtk3.ui</file>
<file>options.gtk2.ui</file>
- <file>viewdata.gtk2.ui</file>
- <file>downloads.gtk3.ui</file>
<file>options.gtk3.ui</file>
- <file>tabcontents.gtk2.ui</file>
- <file>viewdata.gtk3.ui</file>
- <file>localhistory.gtk2.ui</file>
- <file>globalhistory.gtk2.ui</file>
+ <file>pageinfo.gtk2.ui</file>
+ <file>pageinfo.gtk3.ui</file>
<file>password.gtk2.ui</file>
+ <file>password.gtk3.ui</file>
+ <file>tabcontents.gtk2.ui</file>
<file>tabcontents.gtk3.ui</file>
+ <file>toolbar.gtk2.ui</file>
+ <file>toolbar.gtk3.ui</file>
+ <file>viewdata.gtk2.ui</file>
+ <file>viewdata.gtk3.ui</file>
+ <file>warning.gtk3.ui</file>
<file>warning.gtk2.ui</file>
<file preprocess="to-pixdata">favicon.png</file>
<file preprocess="to-pixdata">netsurf.xpm</file>