[gimp/metadata-browser] Call progress_end() when the plug-in has finished.
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Call progress_end() when the plug-in has finished.
- Date: Wed, 12 Sep 2012 22:14:45 +0000 (UTC)
commit 9833d6f81346efb526043fbea31a69ce56bdb77f
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]