summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan@upstairslabs.com>2013-12-10 15:01:24 +0900
committerTristan Van Berkom <tristan@upstairslabs.com>2013-12-10 15:01:24 +0900
commitbbe7be78c5d2e38a854bd166af68e693da2a1168 (patch)
tree52ba656ea2aeb7b38e84c3d3e589f8dbe422fa42 /plugins
parent68d57265e1efcad1fe3b1611d63c57c01b23a7ea (diff)
downloadglade-bbe7be78c5d2e38a854bd166af68e693da2a1168.tar.gz
Install widget icons into the hicolor theme.
Documentation seems to suggest that applications should be installing their icons into the theme, we also no longer call gtk-update-icon-cache at install time (we used to). I made this particular change in order to cause the widget icons to show up properly in bundles, if this commit is wrong then we need to figure out how it actually works that icons show up in the palette (so we can reproduce that in the bundle).
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtk+/icons/16x16/Makefile.am2
-rw-r--r--plugins/gtk+/icons/22x22/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am
index 645e8159..a8e541ec 100644
--- a/plugins/gtk+/icons/16x16/Makefile.am
+++ b/plugins/gtk+/icons/16x16/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-iconsdir = $(pkgdatadir)/pixmaps/hicolor/16x16/actions
+iconsdir = $(datadir)/icons/hicolor/16x16/actions
icons_DATA = \
widget-gtk-aboutdialog.png \
diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am
index 505861b0..c0718106 100644
--- a/plugins/gtk+/icons/22x22/Makefile.am
+++ b/plugins/gtk+/icons/22x22/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-iconsdir = $(pkgdatadir)/pixmaps/hicolor/22x22/actions
+iconsdir = $(datadir)/icons/hicolor/22x22/actions
icons_DATA = \
widget-gtk-aboutdialog.png \