[gimp] Call progress_end() when the plug-in has finished.
- From: Kevin Cozens <kcozens src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Call progress_end() when the plug-in has finished.
- Date: Fri, 18 Nov 2011 02:48:05 +0000 (UTC)
commit df3e43b71fe0b9374f3c14aed1e25470d5a06d7b
Author: Kevin Cozens <kcozens svn gnome org>
Date: Thu Nov 17 19:38:28 2011 -0500
Call progress_end() when the plug-in has finished.
plug-ins/common/decompose.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/decompose.c b/plug-ins/common/decompose.c
index 6f2c2a7..de1cd34 100644
--- a/plug-ins/common/decompose.c
+++ b/plug-ins/common/decompose.c
@@ -471,6 +471,8 @@ run (const gchar *name,
if (run_mode == GIMP_RUN_INTERACTIVE)
gimp_set_data (PLUG_IN_PROC, &decovals, sizeof (DecoVals));
}
+
+ gimp_progress_end ();
}
values[0].data.d_status = status;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]