diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/22x22/actions/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/32x32/actions/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/scalable/actions/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am index 2db5f5276..dbf09d41f 100644 --- a/data/icons/16x16/actions/Makefile.am +++ b/data/icons/16x16/actions/Makefile.am @@ -5,7 +5,7 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - epiphany-download.png + download.png EXTRA_DIST = \ diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am index ea9ea18c6..d761adbce 100644 --- a/data/icons/22x22/actions/Makefile.am +++ b/data/icons/22x22/actions/Makefile.am @@ -5,7 +5,7 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - epiphany-download.png + download.png EXTRA_DIST = \ diff --git a/data/icons/32x32/actions/Makefile.am b/data/icons/32x32/actions/Makefile.am index 85f3a5930..af728e631 100644 --- a/data/icons/32x32/actions/Makefile.am +++ b/data/icons/32x32/actions/Makefile.am @@ -5,7 +5,7 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - epiphany-download.png + download.png EXTRA_DIST = \ diff --git a/data/icons/scalable/actions/Makefile.am b/data/icons/scalable/actions/Makefile.am index 4472bf2ad..10f705e19 100644 --- a/data/icons/scalable/actions/Makefile.am +++ b/data/icons/scalable/actions/Makefile.am @@ -5,7 +5,7 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - epiphany-download.svg + download.svg EXTRA_DIST = \ |