Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
9e040204
Commit
9e040204
authored
Feb 18, 1999
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
51b6081b
Changes
2
Show whitespace changes
Inline
Side-by-side
plug-ins/perl/Changes
View file @
9e040204
Revision history for Gimp-Perl extension.
- scm2scm and scm2perl will now be installed in INST_SCRIPT
- fixed a bug in interact/PF_FONT
1.053 Mon Feb 15 01:35:04 CET 1999
- more errornous argument types are detected now, without
...
...
plug-ins/perl/Gimp/Fu.pm
View file @
9e040204
...
...
@@ -224,7 +224,7 @@ sub interact($$$@) {
$fs
->
set_font_name
(
$val
);
}
my
(
$n
,
$t
)
=
xlfd_size
(
$val
);
my
(
$n
,
$t
)
=
Gimp::
xlfd_size
(
$val
);
$l
->
set
((
split
(
/-/
,
$val
))[
2
]
.
"
\@
$n
"
.
(
$t
?
"
p
"
:
""));
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment