[gimp] web-page: Fix PDB data type of URL
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] web-page: Fix PDB data type of URL
- Date: Thu, 31 Mar 2011 07:04:28 +0000 (UTC)
commit 46931ec0d4cb238d2916bccb95750bee99b56b3a
Author: Mukund Sivaraman <muks banu com>
Date: Thu Mar 31 12:33:41 2011 +0530
web-page: Fix PDB data type of URL
plug-ins/common/web-page.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index 4e25575..d93ba65 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -83,9 +83,9 @@ query (void)
{
static const GimpParamDef args[] =
{
- { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" },
- { GIMP_PDB_INT32, "url", "URL of the webpage to screenshot" },
- { GIMP_PDB_INT32, "width", "The width of the screenshot" }
+ { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" },
+ { GIMP_PDB_STRING, "url", "URL of the webpage to screenshot" },
+ { GIMP_PDB_INT32, "width", "The width of the screenshot" }
};
static const GimpParamDef return_vals[] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]