Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
2c417801
Commit
2c417801
authored
Mar 23, 2018
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: fix error message in gimp_text_buffer_save()
parent
822a7228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/widgets/gimptextbuffer.c
app/widgets/gimptextbuffer.c
+1
-1
No files found.
app/widgets/gimptextbuffer.c
View file @
2c417801
...
@@ -1775,7 +1775,7 @@ gimp_text_buffer_save (GimpTextBuffer *buffer,
...
@@ -1775,7 +1775,7 @@ gimp_text_buffer_save (GimpTextBuffer *buffer,
NULL
,
NULL
,
&
my_error
))
NULL
,
NULL
,
&
my_error
))
{
{
g_set_error
(
error
,
my_error
->
domain
,
my_error
->
code
,
g_set_error
(
error
,
my_error
->
domain
,
my_error
->
code
,
_
(
"Writing
palet
te file '%s' failed: %s"
),
_
(
"Writing te
xt
file '%s' failed: %s"
),
gimp_file_get_utf8_name
(
file
),
my_error
->
message
);
gimp_file_get_utf8_name
(
file
),
my_error
->
message
);
g_clear_error
(
&
my_error
);
g_clear_error
(
&
my_error
);
g_free
(
text_contents
);
g_free
(
text_contents
);
...
...
Write
Preview
Markdown
is supported
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