[gimp] tools: fix quoting
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tools: fix quoting
- Date: Mon, 6 Sep 2010 11:47:11 +0000 (UTC)
commit 0aec9a2b83a97cb4e6d3ea27d36afbe473e52ee2
Author: Michael Natterer <mitch gimp org>
Date: Mon Sep 6 13:46:35 2010 +0200
tools: fix quoting
tools/pdbgen/pdb/context.pdb | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tools/pdbgen/pdb/context.pdb b/tools/pdbgen/pdb/context.pdb
index 2567409..1312bd9 100644
--- a/tools/pdbgen/pdb/context.pdb
+++ b/tools/pdbgen/pdb/context.pdb
@@ -712,7 +712,7 @@ sub context_get_antialias {
This procedure returns the antialias setting.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@outargs = (
{ name => 'antialias', type => 'boolean',
@@ -738,7 +738,7 @@ This procedure modifies the antialias setting. This settings affects the
following procedures: gimp-item-to-selection.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@inargs = (
{ name => 'antialias', type => 'boolean',
@@ -763,7 +763,7 @@ sub context_get_feather {
This procedure returns the feather setting.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@outargs = (
{ name => 'feather', type => 'boolean',
@@ -789,7 +789,7 @@ This procedure modifies the feather setting. This settings affects the
following procedures: gimp-item-to-selection.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@inargs = (
{ name => 'feather', type => 'boolean',
@@ -814,7 +814,7 @@ sub context_get_feather_radius {
This procedure returns the feather radius setting.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@outargs = (
{ name => 'feather_radius_x', type => '0 <= float <= 1000', void_ret => 1,
@@ -843,7 +843,7 @@ This procedure modifies the feather radius setting. This settings affects
the following procedures: gimp-item-to-selection.
HELP
- &mitch_pdb_misc(2010, 2.8);
+ &mitch_pdb_misc('2010', '2.8');
@inargs = (
{ name => 'feather_radius_x', type => '0 <= float <= 1000',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]