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
b82355c7
Commit
b82355c7
authored
Mar 07, 2010
by
Carlos Garnacho
Browse files
GtkStyleContext: Fix typo.
parent
28b7782d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkstylecontext.c
View file @
b82355c7
...
...
@@ -266,7 +266,7 @@ gtk_style_context_get (GtkStyleContext *context,
priv
=
GTK_STYLE_CONTEXT_GET_PRIVATE
(
context
);
va_start
(
args
,
state
);
gtk_style_
contex
t_get_valist
(
priv
->
store
,
state
,
args
);
gtk_style_
se
t_get_valist
(
priv
->
store
,
state
,
args
);
va_end
(
args
);
}
...
...
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