[gimp/blend-tool-fun: 57/163] app: fix comment in xcf_load_image()
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/blend-tool-fun: 57/163] app: fix comment in xcf_load_image()
- Date: Mon, 26 Oct 2015 02:23:00 +0000 (UTC)
commit 83d70edc6bc82bae781ef7a5a99210d68c8852d8
Author: Michael Natterer <mitch gimp org>
Date: Tue Sep 15 23:02:54 2015 +0200
app: fix comment in xcf_load_image()
app/xcf/xcf-load.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
index e697842..b1c2322 100644
--- a/app/xcf/xcf-load.c
+++ b/app/xcf/xcf-load.c
@@ -363,7 +363,7 @@ xcf_load_image (Gimp *gimp,
gimp_parasite_name (parasite));
}
- /* check for a gimp-compatibility-mode parasite */
+ /* check for a gimp-xcf-compatibility-mode parasite */
parasite = gimp_image_parasite_find (GIMP_IMAGE (image),
"gimp-xcf-compatibility-mode");
if (parasite)
@@ -374,6 +374,7 @@ xcf_load_image (Gimp *gimp,
gimp_parasite_list_remove (private->parasites,
gimp_parasite_name (parasite));
}
+
xcf_progress_update (info);
while (TRUE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]