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
b1a04a5a
Commit
b1a04a5a
authored
May 07, 2002
by
Michael Natterer
Browse files
oops...
parent
ff76a677
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/core/gimpimage.c
View file @
b1a04a5a
...
...
@@ -1060,7 +1060,7 @@ gimp_image_get_filename (const GimpImage *gimage)
g_return_val_if_fail
(
GIMP_IS_IMAGE
(
gimage
),
NULL
);
uri
=
gimp_image_get_uri
(
GIMP_OBJECT
(
gimage
)
)
;
uri
=
gimp_image_get_uri
(
gimage
);
g_return_val_if_fail
(
uri
!=
NULL
,
NULL
);
...
...
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