[gimp] app: fix comment in xcf_load_image()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix comment in xcf_load_image()
- Date: Tue, 15 Sep 2015 21:03:31 +0000 (UTC)
commit 5d7710a8a51d6a88097a675b173acc2fac610ed3
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]