[gimp] plug-ins: tab cleaning.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: tab cleaning.
- Date: Wed, 1 Feb 2017 01:00:38 +0000 (UTC)
commit d9672199259a00e05278425b81f216bd5c460ffc
Author: Jehan <jehan girinstud io>
Date: Tue Jan 31 22:04:33 2017 +0100
plug-ins: tab cleaning.
plug-ins/help-browser/help-browser.c | 38 +++++++++++++++++-----------------
1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/plug-ins/help-browser/help-browser.c b/plug-ins/help-browser/help-browser.c
index e7e3052..76df407 100644
--- a/plug-ins/help-browser/help-browser.c
+++ b/plug-ins/help-browser/help-browser.c
@@ -96,11 +96,11 @@ query (void)
gimp_install_procedure (GIMP_HELP_BROWSER_EXT_PROC,
"Browse the GIMP user manual",
"A small and simple HTML browser optimized for "
- "browsing the GIMP user manual.",
+ "browsing the GIMP user manual.",
"Sven Neumann <sven gimp org>, "
- "Michael Natterer <mitch gimp org>"
+ "Michael Natterer <mitch gimp org>"
"Henrik Brix Andersen <brix gimp org>",
- "Sven Neumann, Michael Natterer & Henrik Brix Andersen",
+ "Sven Neumann, Michael Natterer & Henrik Brix Andersen",
"1999-2008",
NULL,
"",
@@ -185,27 +185,27 @@ temp_proc_install (void)
};
gimp_install_temp_proc (GIMP_HELP_BROWSER_TEMP_EXT_PROC,
- "DON'T USE THIS ONE",
- "(Temporary procedure)",
- "Sven Neumann <sven gimp org>, "
- "Michael Natterer <mitch gimp org>"
+ "DON'T USE THIS ONE",
+ "(Temporary procedure)",
+ "Sven Neumann <sven gimp org>, "
+ "Michael Natterer <mitch gimp org>"
"Henrik Brix Andersen <brix gimp org>",
- "Sven Neumann, Michael Natterer & Henrik Brix Andersen",
- "1999-2008",
- NULL,
- "",
- GIMP_TEMPORARY,
- G_N_ELEMENTS (args), 0,
- args, NULL,
- temp_proc_run);
+ "Sven Neumann, Michael Natterer & Henrik Brix Andersen",
+ "1999-2008",
+ NULL,
+ "",
+ GIMP_TEMPORARY,
+ G_N_ELEMENTS (args), 0,
+ args, NULL,
+ temp_proc_run);
}
static void
temp_proc_run (const gchar *name,
- gint nparams,
- const GimpParam *param,
- gint *nreturn_vals,
- GimpParam **return_vals)
+ gint nparams,
+ const GimpParam *param,
+ gint *nreturn_vals,
+ GimpParam **return_vals)
{
static GimpParam values[1];
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]