Re: [PATCH] Fix incorrect screenshot name

2018-03-04 Thread Rafael Fontenelle
Hello,

2018-03-03 2:43 GMT-03:00 Link Dupont :
> Hi all,
>
> I couldn't find a product to file a bug under for the release-notes repo, so 
> I'm
> doing it old school. Here's a patch that fixes a typo in help/Makefile.am. The
> incorrect filename was causing make to fail.
>

I just now fixed this error, but I hadn't the chance to see your email
until now. Sorry, about that.

Best regards,
Rafael Fontenelle
___
engagement-list mailing list
engagement-list@gnome.org
https://mail.gnome.org/mailman/listinfo/engagement-list


[PATCH] Fix incorrect screenshot name

2018-03-02 Thread Link Dupont
Hi all,

I couldn't find a product to file a bug under for the release-notes repo, so I'm
doing it old school. Here's a patch that fixes a typo in help/Makefile.am. The
incorrect filename was causing make to fail.From ddcc54a87f02bec33cc9738484c5f82a7fc5cda7 Mon Sep 17 00:00:00 2001
From: Link Dupont <l...@sub-pop.net>
Date: Fri, 2 Mar 2018 21:23:03 -0800
Subject: [PATCH] Fix incorrect screenshot name

---
 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help/Makefile.am b/help/Makefile.am
index 9e4fc5e0..8dafce26 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -15,7 +15,7 @@ HELP_MEDIA = \
  figures/files-starred.png \
  figures/flatpak.png \
  figures/osk.png \
- figures/photo-import.png \
+ figures/photos-import.png \
  figures/placeholder.png \
  figures/usage-performance.png
 
-- 
2.14.3



signature.asc
Description: This is a digitally signed message part
___
engagement-list mailing list
engagement-list@gnome.org
https://mail.gnome.org/mailman/listinfo/engagement-list