Skip to content
GitLab
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
26a9e377
Commit
26a9e377
authored
May 01, 1999
by
Manish Singh
Browse files
Fixed dumbass save code
-Yosh
parent
e789291f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
26a9e377
Sat May 1 14:43:42 PDT 1999 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/fileops.pdb
* app/fileops_cmds.c: fixed dumbass save code
Sat May 1 22:18:55 BST 1999 Austin Donnelly <austin@gimp.org>
* app/brush_select.c
...
...
app/fileops_cmds.c
View file @
26a9e377
...
...
@@ -119,7 +119,7 @@ file_save_invoker (Argument *args)
PlugInProcDef
*
file_proc
;
ProcRecord
*
proc
;
file_proc
=
file_proc_find
(
load
_procs
,
(
gchar
*
)
args
[
4
].
value
.
pdb_pointer
);
file_proc
=
file_proc_find
(
save
_procs
,
(
gchar
*
)
args
[
4
].
value
.
pdb_pointer
);
if
(
!
file_proc
)
return
procedural_db_return_args
(
&
file_save_proc
,
FALSE
);
...
...
tools/pdbgen/pdb/fileops.pdb
View file @
26a9e377
...
...
@@ -128,7 +128,7 @@ HELP
vars => [ 'PlugInProcDef *file_proc', 'ProcRecord *proc' ],
code => <<'CODE'
{
file_proc = file_proc_find (
load
_procs, %%raw_filename%%);
file_proc = file_proc_find (
save
_procs, %%raw_filename%%);
if (!file_proc)
return %%fail%%;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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