diff options
author | monsta <[email protected]> | 2016-01-04 17:50:08 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-04 17:50:08 +0300 |
commit | 4a9c10288ab7dcd26c667c5d8fefbbc44e8c4cf3 (patch) | |
tree | b592eb6f48349da2080d8a5ef351c72f714e1663 /stickynotes/Makefile.am | |
parent | 4dbb7347a4b344658d28cfd49f6a925f000422ee (diff) | |
download | mate-applets-4a9c10288ab7dcd26c667c5d8fefbbc44e8c4cf3.tar.bz2 mate-applets-4a9c10288ab7dcd26c667c5d8fefbbc44e8c4cf3.tar.xz |
stickynotes: new icon names and paths + fix deprecations
adapted from
https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 05512c41..8ab9f7d0 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -17,8 +17,7 @@ AM_CPPFLAGS = \ $(MATEDESKTOP_CFLAGS) \ $(LIBWNCK_CFLAGS) \ $(XML2_CFLAGS) \ - -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ - -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\" libexec_PROGRAMS = stickynotes-applet |