diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-24 17:30:32 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-24 17:30:32 +0200 |
| commit | 225bcfec9955efcc9cd41833121589ca14cf1cf1 (patch) | |
| tree | acc79082a282b0090a15f1bdf5e5036927be66df /data | |
| parent | b7a538fcec18400883a8f351a01b12d51b8a9a66 (diff) | |
| parent | 00eb05656f4912886e6b25ae5d5e1211d15a4c29 (diff) | |
| download | ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.gz ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.bz2 ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.zip | |
* New upstream release:
- fix crash caused by GError not being cleared (lp #1064314)
- fix crash when registering an app that was previously unregistered
(lp #1065169)
- remove the icon if NULL is passed to source_set_icon (lp #1070421)
Diffstat (limited to 'data')
| -rw-r--r-- | data/icons/Makefile.am | 2 | ||||
| -rw-r--r-- | data/icons/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 17dca13..44cd81b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache uninstall-hook: update-icon-cache diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in index 2636126..0496bfc 100644 --- a/data/icons/Makefile.in +++ b/data/icons/Makefile.in @@ -301,7 +301,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor all: all-recursive .SUFFIXES: |
