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
087249db
Commit
087249db
authored
Oct 23, 2010
by
Carlos Garnacho
Browse files
GtkCssProvider: Update end string when misparsing symbolic colors.
parent
7d441000
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkcssprovider.c
View file @
087249db
...
...
@@ -1531,6 +1531,7 @@ symbolic_color_parse_str (const gchar *string,
gchar
*
str
;
str
=
(
gchar
*
)
string
;
*
end_ptr
=
str
;
if
(
str
[
0
]
==
'#'
||
str
[
0
]
==
'r'
)
{
...
...
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