Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
7ab66526
Commit
7ab66526
authored
Aug 15, 2005
by
Matthias Clasen
Browse files
Small fix for svg icons.
parent
329fc5da
Changes
1
Show whitespace changes
Inline
Side-by-side
gtk/updateiconcache.c
View file @
7ab66526
...
...
@@ -869,7 +869,14 @@ write_bucket (FILE *cache, HashNode *node, int *offset)
}
else
{
if
(
!
write_card32
(
cache
,
image
->
image_data
->
offset
))
gint
offset
;
if
(
image
->
image_data
)
offset
=
image
->
image_data
->
offset
;
else
offset
=
0
;
if
(
!
write_card32
(
cache
,
offset
))
return
FALSE
;
}
...
...
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